Html Css Color HEX #6D06BB Purple Heart

📋 copy color: '#6D06BB'

red 109 ◦ green 6 ◦ blue 187

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

Shades of Purple Heart #6D06BB

Tints of Purple Heart #6D06BB

RGB

 RED value IS 109 (42.97% from 255) = 36.09%

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 36.09%
G = 1.99%
B = 61.92%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D06BB (or 0x6D06BB) is known color: Purple Heart. HEX triplet: 6D, 06 and BB. RGB value is (109,6,187). Sum of RGB (Red+Green+Blue) = 109+6+187=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D06BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D06BB is #92F944. Grayscale: #383838. Windows color (decimal): -9632069 or 12256877. OLE color: 12256877.

HSL color Cylindrical-coordinate representation of color #6D06BB: hue angle of 274.14º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D06BB is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 6 187 -
CMYK 0.42 0.97 0 0.27
HSL 274.14º 0.94% 0.38% -
HSV(B) 274.14º 0.97% 0.73% -
XYZ 15.34 6.97 47.55 -
YUV 57.43 201.12 164.78 -
System Red Green Blue C M Y K H S L
Decimal 109 6 187 0.42 0.97 0 0.27 274.14 0.94 0.38
Hex 6D 6 BB 2A 61 0 1B 112 5E 26
Octal 155 6 273 52 141 0 33 422 136 46
Binary 1101101 110 10111011 101010 1100001 0 11011 100010010 1011110 100110

Color Harmonies of #6D06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D06BB

Black with #6D06BB

Text Example


Text Example

White with #6D06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,187); }

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

background-color css

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

 a { background-color: rgb(109,6,187); }

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

border-color css

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

 span { border-color: rgb(109,6,187); }

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