Html Css Color HEX #6B09CD Purple Heart

📋 copy color: '#6B09CD'

red 107 ◦ green 9 ◦ blue 205

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

Shades of Purple Heart #6B09CD

Tints of Purple Heart #6B09CD

RGB

 RED value IS 107 (42.19% from 255) = 33.33%

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 33.33%
G = 2.8%
B = 63.86%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B09CD (or 0x6B09CD) is known color: Purple Heart. HEX triplet: 6B, 09 and CD. RGB value is (107,9,205). Sum of RGB (Red+Green+Blue) = 107+9+205=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B09CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B09CD is #94F632. Grayscale: #3B3B3B. Windows color (decimal): -9762355 or 13437291. OLE color: 13437291.

HSL color Cylindrical-coordinate representation of color #6B09CD: hue angle of 270º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B09CD is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 9 205 -
CMYK 0.48 0.96 0 0.20
HSL 270º 0.92% 0.42% -
HSV(B) 270º 0.96% 0.8% -
XYZ 17.18 7.73 58.34 -
YUV 60.65 209.47 161.06 -
System Red Green Blue C M Y K H S L
Decimal 107 9 205 0.48 0.96 0 0.20 270 0.92 0.42
Hex 6B 9 CD 30 60 0 14 10E 5C 2A
Octal 153 11 315 60 140 0 24 416 134 52
Binary 1101011 1001 11001101 110000 1100000 0 10100 100001110 1011100 101010

Color Harmonies of #6B09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09CD

Black with #6B09CD

Text Example


Text Example

White with #6B09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B09CD; }

 p { color: rgb(107,9,205); }

 H1.HeaderClassName
 {
   color: #6B09CD;
 }
 .AnyTagClassName
 {
   color: #6B09CD;
 }
</style>

background-color css

<style>
 a { background-color: #6B09CD; }

 a { background-color: rgb(107,9,205); }

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

border-color css

<style>
 span { border-color: #6B09CD; }

 span { border-color: rgb(107,9,205); }

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