Html Css Color HEX #6B04AB Purple Heart

📋 copy color: '#6B04AB'

red 107 ◦ green 4 ◦ blue 171

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

Shades of Purple Heart #6B04AB

Tints of Purple Heart #6B04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 37.94%
G = 1.42%
B = 60.64%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B04AB (or 0x6B04AB) is known color: Purple Heart. HEX triplet: 6B, 04 and AB. RGB value is (107,4,171). Sum of RGB (Red+Green+Blue) = 107+4+171=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B04AB is #94FB54. Grayscale: #353535. Windows color (decimal): -9763669 or 11207787. OLE color: 11207787.

HSL color Cylindrical-coordinate representation of color #6B04AB: hue angle of 277.01º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04AB is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 4 171 -
CMYK 0.37 0.98 0 0.33
HSL 277.01º 0.95% 0.34% -
HSV(B) 277.01º 0.98% 0.67% -
XYZ 13.46 6.15 39.01 -
YUV 53.84 194.12 165.92 -
System Red Green Blue C M Y K H S L
Decimal 107 4 171 0.37 0.98 0 0.33 277.01 0.95 0.34
Hex 6B 4 AB 25 62 0 21 115 5F 22
Octal 153 4 253 45 142 0 41 425 137 42
Binary 1101011 100 10101011 100101 1100010 0 100001 100010101 1011111 100010

Color Harmonies of #6B04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B04AB

Black with #6B04AB

Text Example


Text Example

White with #6B04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,171); }

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

background-color css

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

 a { background-color: rgb(107,4,171); }

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

border-color css

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

 span { border-color: rgb(107,4,171); }

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