Html Css Color HEX #6F0DAD Purple Heart

📋 copy color: '#6F0DAD'

red 111 ◦ green 13 ◦ blue 173

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

Shades of Purple Heart #6F0DAD

Tints of Purple Heart #6F0DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.38%

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

R = 37.37%
G = 4.38%
B = 58.25%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F0DAD (or 0x6F0DAD) is known color: Purple Heart. HEX triplet: 6F, 0D and AD. RGB value is (111,13,173). Sum of RGB (Red+Green+Blue) = 111+13+173=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F0DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0DAD is #90F252. Grayscale: #3C3C3C. Windows color (decimal): -9499219 or 11341167. OLE color: 11341167.

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

Color convert

RGB 111 13 173 -
CMYK 0.36 0.92 0 0.32
HSL 276.75º 0.86% 0.36% -
HSV(B) 276.75º 0.92% 0.68% -
XYZ 14.24 6.68 40.07 -
YUV 60.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 111 13 173 0.36 0.92 0 0.32 276.75 0.86 0.36
Hex 6F D AD 24 5C 0 20 115 56 24
Octal 157 15 255 44 134 0 40 425 126 44
Binary 1101111 1101 10101101 100100 1011100 0 100000 100010101 1010110 100100

Color Harmonies of #6F0DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DAD

Black with #6F0DAD

Text Example


Text Example

White with #6F0DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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