Html Css Color HEX #6F07AB Purple Heart

📋 copy color: '#6F07AB'

red 111 ◦ green 7 ◦ blue 171

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

Shades of Purple Heart #6F07AB

Tints of Purple Heart #6F07AB

RGB

 RED value IS 111 (43.75% from 255) = 38.41%

 GREEN value IS 7 (3.13% from 255) = 2.42%

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

R = 38.41%
G = 2.42%
B = 59.17%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F07AB (or 0x6F07AB) is known color: Purple Heart. HEX triplet: 6F, 07 and AB. RGB value is (111,7,171). Sum of RGB (Red+Green+Blue) = 111+7+171=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F07AB is #90F854. Grayscale: #383838. Windows color (decimal): -9500757 or 11208559. OLE color: 11208559.

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

Color convert

RGB 111 7 171 -
CMYK 0.35 0.96 0 0.33
HSL 278.05º 0.92% 0.35% -
HSV(B) 278.05º 0.96% 0.67% -
XYZ 13.98 6.47 39.04 -
YUV 56.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 111 7 171 0.35 0.96 0 0.33 278.05 0.92 0.35
Hex 6F 7 AB 23 60 0 21 116 5C 23
Octal 157 7 253 43 140 0 41 426 134 43
Binary 1101111 111 10101011 100011 1100000 0 100001 100010110 1011100 100011

Color Harmonies of #6F07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F07AB

Black with #6F07AB

Text Example


Text Example

White with #6F07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,171); }

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

background-color css

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

 a { background-color: rgb(111,7,171); }

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

border-color css

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

 span { border-color: rgb(111,7,171); }

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