Html Css Color HEX #6F10BF Purple Heart

📋 copy color: '#6F10BF'

red 111 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #6F10BF

Tints of Purple Heart #6F10BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

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

R = 34.91%
G = 5.03%
B = 60.06%

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

#6F10BF (or 0x6F10BF) is known color: Purple Heart. HEX triplet: 6F, 10 and BF. RGB value is (111,16,191). Sum of RGB (Red+Green+Blue) = 111+16+191=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F10BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10BF is #90EF40. Grayscale: #3F3F3F. Windows color (decimal): -9498433 or 12521583. OLE color: 12521583.

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

Color convert

RGB 111 16 191 -
CMYK 0.42 0.92 0 0.25
HSL 272.57º 0.85% 0.41% -
HSV(B) 272.57º 0.92% 0.75% -
XYZ 16.14 7.51 49.89 -
YUV 64.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 111 16 191 0.42 0.92 0 0.25 272.57 0.85 0.41
Hex 6F 10 BF 2A 5C 0 19 111 55 29
Octal 157 20 277 52 134 0 31 421 125 51
Binary 1101111 10000 10111111 101010 1011100 0 11001 100010001 1010101 101001

Color Harmonies of #6F10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F10BF

Black with #6F10BF

Text Example


Text Example

White with #6F10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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