Html Css Color HEX #6F0DB7 Purple Heart

📋 copy color: '#6F0DB7'

red 111 ◦ green 13 ◦ blue 183

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

Shades of Purple Heart #6F0DB7

Tints of Purple Heart #6F0DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.61%

R = 36.16%
G = 4.23%
B = 59.61%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6F0DB7 (or 0x6F0DB7) is known color: Purple Heart. HEX triplet: 6F, 0D and B7. RGB value is (111,13,183). Sum of RGB (Red+Green+Blue) = 111+13+183=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F0DB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0DB7 is #90F248. Grayscale: #3D3D3D. Windows color (decimal): -9499209 or 11996527. OLE color: 11996527.

HSL color Cylindrical-coordinate representation of color #6F0DB7: hue angle of 274.59º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0DB7 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 13 183 -
CMYK 0.39 0.93 0 0.28
HSL 274.59º 0.87% 0.38% -
HSV(B) 274.59º 0.93% 0.72% -
XYZ 15.25 7.09 45.36 -
YUV 61.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 111 13 183 0.39 0.93 0 0.28 274.59 0.87 0.38
Hex 6F D B7 27 5D 0 1C 113 57 26
Octal 157 15 267 47 135 0 34 423 127 46
Binary 1101111 1101 10110111 100111 1011101 0 11100 100010011 1010111 100110

Color Harmonies of #6F0DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DB7

Black with #6F0DB7

Text Example


Text Example

White with #6F0DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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