Html Css Color HEX #6F06AD Purple Heart

📋 copy color: '#6F06AD'

red 111 ◦ green 6 ◦ blue 173

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

Shades of Purple Heart #6F06AD

Tints of Purple Heart #6F06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 38.28%
G = 2.07%
B = 59.66%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F06AD (or 0x6F06AD) is known color: Purple Heart. HEX triplet: 6F, 06 and AD. RGB value is (111,6,173). Sum of RGB (Red+Green+Blue) = 111+6+173=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F06AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F06AD is #90F952. Grayscale: #373737. Windows color (decimal): -9501011 or 11339375. OLE color: 11339375.

HSL color Cylindrical-coordinate representation of color #6F06AD: hue angle of 277.72º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F06AD is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 6 173 -
CMYK 0.36 0.97 0 0.32
HSL 277.72º 0.93% 0.35% -
HSV(B) 277.72º 0.97% 0.68% -
XYZ 14.16 6.53 40.05 -
YUV 56.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 111 6 173 0.36 0.97 0 0.32 277.72 0.93 0.35
Hex 6F 6 AD 24 61 0 20 116 5D 23
Octal 157 6 255 44 141 0 40 426 135 43
Binary 1101111 110 10101101 100100 1100001 0 100000 100010110 1011101 100011

Color Harmonies of #6F06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F06AD

Black with #6F06AD

Text Example


Text Example

White with #6F06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,173); }

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

background-color css

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

 a { background-color: rgb(111,6,173); }

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

border-color css

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

 span { border-color: rgb(111,6,173); }

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