Html Css Color HEX #6C04BB Purple Heart

📋 copy color: '#6C04BB'

red 108 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #6C04BB

Tints of Purple Heart #6C04BB

RGB

 RED value IS 108 (42.58% from 255) = 36.12%

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 36.12%
G = 1.34%
B = 62.54%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C04BB (or 0x6C04BB) is known color: Purple Heart. HEX triplet: 6C, 04 and BB. RGB value is (108,4,187). Sum of RGB (Red+Green+Blue) = 108+4+187=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C04BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C04BB is #93FB44. Grayscale: #373737. Windows color (decimal): -9698117 or 12256364. OLE color: 12256364.

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

Color convert

RGB 108 4 187 -
CMYK 0.42 0.98 0 0.27
HSL 274.1º 0.96% 0.37% -
HSV(B) 274.1º 0.98% 0.73% -
XYZ 15.2 6.86 47.54 -
YUV 55.96 201.96 165.12 -
System Red Green Blue C M Y K H S L
Decimal 108 4 187 0.42 0.98 0 0.27 274.1 0.96 0.37
Hex 6C 4 BB 2A 62 0 1B 112 60 25
Octal 154 4 273 52 142 0 33 422 140 45
Binary 1101100 100 10111011 101010 1100010 0 11011 100010010 1100000 100101

Color Harmonies of #6C04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C04BB

Black with #6C04BB

Text Example


Text Example

White with #6C04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,187); }

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

background-color css

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

 a { background-color: rgb(108,4,187); }

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

border-color css

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

 span { border-color: rgb(108,4,187); }

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