Html Css Color HEX #6B08AB Purple Heart

📋 copy color: '#6B08AB'

red 107 ◦ green 8 ◦ blue 171

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

Shades of Purple Heart #6B08AB

Tints of Purple Heart #6B08AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

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

R = 37.41%
G = 2.8%
B = 59.79%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B08AB (or 0x6B08AB) is known color: Purple Heart. HEX triplet: 6B, 08 and AB. RGB value is (107,8,171). Sum of RGB (Red+Green+Blue) = 107+8+171=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B08AB is #94F754. Grayscale: #373737. Windows color (decimal): -9762645 or 11208811. OLE color: 11208811.

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

Color convert

RGB 107 8 171 -
CMYK 0.37 0.95 0 0.33
HSL 276.44º 0.91% 0.35% -
HSV(B) 276.44º 0.95% 0.67% -
XYZ 13.5 6.24 39.02 -
YUV 56.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 107 8 171 0.37 0.95 0 0.33 276.44 0.91 0.35
Hex 6B 8 AB 25 5F 0 21 114 5B 23
Octal 153 10 253 45 137 0 41 424 133 43
Binary 1101011 1000 10101011 100101 1011111 0 100001 100010100 1011011 100011

Color Harmonies of #6B08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B08AB

Black with #6B08AB

Text Example


Text Example

White with #6B08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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