Html Css Color HEX #6209BA Purple Heart

📋 copy color: '#6209BA'

red 98 ◦ green 9 ◦ blue 186

#6209BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6209BA

Tints of Purple Heart #6209BA

RGB

 RED value IS 98 (38.67% from 255) = 33.45%

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 33.45%
G = 3.07%
B = 63.48%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6209BA (or 0x6209BA) is known color: Purple Heart. HEX triplet: 62, 09 and BA. RGB value is (98,9,186). Sum of RGB (Red+Green+Blue) = 98+9+186=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #6209BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6209BA is #9DF645. Grayscale: #373737. Windows color (decimal): -10352198 or 12192098. OLE color: 12192098.

HSL color Cylindrical-coordinate representation of color #6209BA: hue angle of 270.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6209BA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 9 186 -
CMYK 0.47 0.95 0 0.27
HSL 270.17º 0.91% 0.38% -
HSV(B) 270.17º 0.95% 0.73% -
XYZ 14 6.34 46.94 -
YUV 55.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 98 9 186 0.47 0.95 0 0.27 270.17 0.91 0.38
Hex 62 9 BA 2F 5F 0 1B 10E 5B 26
Octal 142 11 272 57 137 0 33 416 133 46
Binary 1100010 1001 10111010 101111 1011111 0 11011 100001110 1011011 100110

Color Harmonies of #6209BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6209BA

Black with #6209BA

Text Example


Text Example

White with #6209BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6209BA;
 }
 .AnyTagClassName
 {
   color: #6209BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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