#6209BC

Color #6209BC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6209BC

Tints of Purple Heart #6209BC

Color information

#6209BC (or 0x6209BC) is unknown color: approx Purple Heart. HEX triplet: 62, 09 and BC. RGB value is (98,9,188). Sum of RGB (Red+Green+Blue) = 98+9+188=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6209BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6209BC is #9DF643. Grayscale: #373737. Windows color (decimal): -10352196 or 12323170. OLE color: 12323170.

HSL color Cylindrical-coordinate representation of color #6209BC: hue angle of 269.83º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6209BC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB989188-
CMYK0.480.9500.26
HSL269.83º90.86%38.63%-
HSV(B)269.83º95.21%73.73%-
XYZ14.216.4248.07-
YUV56.02202.49157.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 188 (73.83% from 255) = 63.73%
R=33.22%
G=3.05%
B=63.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9891880.480.9500.26269.8390.8638.63
Hex629BC305F01A10e5b27
Octal142112746013703241613347
Binary110001010011011110011000010111110110101000011101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6209BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6209BC; }

 p { color: rgb(98,9,188); }

 H1.HeaderClassName
 {
   color: #6209BC;
 }
 .AnyTagClassName
 {
   color: #6209BC;
 }
</style>
background-color css

<style>
 a { background-color: #6209BC; }

 a { background-color: rgb(98,9,188); }

 div.DivClassName
 {
   background-color: #6209BC;
 }
 .BgClassName
 {
   background-color: #6209BC;
 }
</style>
border-color css

<style>
 span { border-color: #6209BC; }

 span { border-color: rgb(98,9,188); }

 td.TdClassName
 {
   border-color: #6209BC;
 }
 .TagClassName
 {
   border-color: #6209BC;
 }
</style>