Html Css Color HEX #6F0CBF Purple Heart

📋 copy color: '#6F0CBF'

red 111 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #6F0CBF

Tints of Purple Heart #6F0CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.83%

R = 35.35%
G = 3.82%
B = 60.83%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F0CBF (or 0x6F0CBF) is known color: Purple Heart. HEX triplet: 6F, 0C and BF. RGB value is (111,12,191). Sum of RGB (Red+Green+Blue) = 111+12+191=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CBF is #90F340. Grayscale: #3D3D3D. Windows color (decimal): -9499457 or 12520559. OLE color: 12520559.

HSL color Cylindrical-coordinate representation of color #6F0CBF: hue angle of 273.18º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0CBF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 12 191 -
CMYK 0.42 0.94 0 0.25
HSL 273.18º 0.88% 0.4% -
HSV(B) 273.18º 0.94% 0.75% -
XYZ 16.09 7.4 49.87 -
YUV 62.01 200.8 162.95 -
System Red Green Blue C M Y K H S L
Decimal 111 12 191 0.42 0.94 0 0.25 273.18 0.88 0.4
Hex 6F C BF 2A 5E 0 19 111 58 28
Octal 157 14 277 52 136 0 31 421 130 50
Binary 1101111 1100 10111111 101010 1011110 0 11001 100010001 1011000 101000

Color Harmonies of #6F0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CBF

Black with #6F0CBF

Text Example


Text Example

White with #6F0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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