Html Css Color HEX #6F0FBF Purple Heart

📋 copy color: '#6F0FBF'

red 111 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #6F0FBF

Tints of Purple Heart #6F0FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

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

R = 35.02%
G = 4.73%
B = 60.25%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F0FBF (or 0x6F0FBF) is known color: Purple Heart. HEX triplet: 6F, 0F and BF. RGB value is (111,15,191). Sum of RGB (Red+Green+Blue) = 111+15+191=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F0FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FBF is #90F040. Grayscale: #3F3F3F. Windows color (decimal): -9498689 or 12521327. OLE color: 12521327.

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

Color convert

RGB 111 15 191 -
CMYK 0.42 0.92 0 0.25
HSL 272.73º 0.85% 0.4% -
HSV(B) 272.73º 0.92% 0.75% -
XYZ 16.13 7.48 49.88 -
YUV 63.77 199.8 161.69 -
System Red Green Blue C M Y K H S L
Decimal 111 15 191 0.42 0.92 0 0.25 272.73 0.85 0.4
Hex 6F F BF 2A 5C 0 19 111 55 28
Octal 157 17 277 52 134 0 31 421 125 50
Binary 1101111 1111 10111111 101010 1011100 0 11001 100010001 1010101 101000

Color Harmonies of #6F0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0FBF

Black with #6F0FBF

Text Example


Text Example

White with #6F0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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