Html Css Color HEX #6F10BB Purple Heart

📋 copy color: '#6F10BB'

red 111 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #6F10BB

Tints of Purple Heart #6F10BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 35.35%
G = 5.1%
B = 59.55%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F10BB (or 0x6F10BB) is known color: Purple Heart. HEX triplet: 6F, 10 and BB. RGB value is (111,16,187). Sum of RGB (Red+Green+Blue) = 111+16+187=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10BB is #90EF44. Grayscale: #3F3F3F. Windows color (decimal): -9498437 or 12259439. OLE color: 12259439.

HSL color Cylindrical-coordinate representation of color #6F10BB: hue angle of 273.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F10BB is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 16 187 -
CMYK 0.41 0.91 0 0.27
HSL 273.33º 0.84% 0.4% -
HSV(B) 273.33º 0.91% 0.73% -
XYZ 15.71 7.34 47.6 -
YUV 63.9 197.47 161.6 -
System Red Green Blue C M Y K H S L
Decimal 111 16 187 0.41 0.91 0 0.27 273.33 0.84 0.4
Hex 6F 10 BB 29 5B 0 1B 111 54 28
Octal 157 20 273 51 133 0 33 421 124 50
Binary 1101111 10000 10111011 101001 1011011 0 11011 100010001 1010100 101000

Color Harmonies of #6F10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F10BB

Black with #6F10BB

Text Example


Text Example

White with #6F10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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