Html Css Color HEX #6F0CB7 Purple Heart

📋 copy color: '#6F0CB7'

red 111 ◦ green 12 ◦ blue 183

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

Shades of Purple Heart #6F0CB7

Tints of Purple Heart #6F0CB7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

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

R = 36.27%
G = 3.92%
B = 59.8%

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

#6F0CB7 (or 0x6F0CB7) is known color: Purple Heart. HEX triplet: 6F, 0C and B7. RGB value is (111,12,183). Sum of RGB (Red+Green+Blue) = 111+12+183=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 183 (71.88% from 255 or 59.80% from 306); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F0CB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CB7 is #90F348. Grayscale: #3C3C3C. Windows color (decimal): -9499465 or 11996271. OLE color: 11996271.

HSL color Cylindrical-coordinate representation of color #6F0CB7: hue angle of 274.74º degrees, saturation: 0.88, 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 #6F0CB7 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 12 183 -
CMYK 0.39 0.93 0 0.28
HSL 274.74º 0.88% 0.38% -
HSV(B) 274.74º 0.93% 0.72% -
XYZ 15.23 7.06 45.36 -
YUV 61.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 111 12 183 0.39 0.93 0 0.28 274.74 0.88 0.38
Hex 6F C B7 27 5D 0 1C 113 58 26
Octal 157 14 267 47 135 0 34 423 130 46
Binary 1101111 1100 10110111 100111 1011101 0 11100 100010011 1011000 100110

Color Harmonies of #6F0CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CB7

Black with #6F0CB7

Text Example


Text Example

White with #6F0CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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