Html Css Color HEX #6B08AA Purple Heart

📋 copy color: '#6B08AA'

red 107 ◦ green 8 ◦ blue 170

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

Shades of Purple Heart #6B08AA

Tints of Purple Heart #6B08AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 37.54%
G = 2.81%
B = 59.65%

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

#6B08AA (or 0x6B08AA) is known color: Purple Heart. HEX triplet: 6B, 08 and AA. RGB value is (107,8,170). Sum of RGB (Red+Green+Blue) = 107+8+170=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B08AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B08AA is #94F755. Grayscale: #373737. Windows color (decimal): -9762646 or 11143275. OLE color: 11143275.

HSL color Cylindrical-coordinate representation of color #6B08AA: hue angle of 276.67º 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 #6B08AA is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 8 170 -
CMYK 0.37 0.95 0 0.33
HSL 276.67º 0.91% 0.35% -
HSV(B) 276.67º 0.95% 0.67% -
XYZ 13.41 6.2 38.52 -
YUV 56.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 107 8 170 0.37 0.95 0 0.33 276.67 0.91 0.35
Hex 6B 8 AA 25 5F 0 21 115 5B 23
Octal 153 10 252 45 137 0 41 425 133 43
Binary 1101011 1000 10101010 100101 1011111 0 100001 100010101 1011011 100011

Color Harmonies of #6B08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B08AA

Black with #6B08AA

Text Example


Text Example

White with #6B08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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