Html Css Color HEX #6F10BA Purple Heart

📋 copy color: '#6F10BA'

red 111 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #6F10BA

Tints of Purple Heart #6F10BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 35.46%
G = 5.11%
B = 59.42%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F10BA (or 0x6F10BA) is known color: Purple Heart. HEX triplet: 6F, 10 and BA. RGB value is (111,16,186). Sum of RGB (Red+Green+Blue) = 111+16+186=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F10BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10BA is #90EF45. Grayscale: #3F3F3F. Windows color (decimal): -9498438 or 12193903. OLE color: 12193903.

HSL color Cylindrical-coordinate representation of color #6F10BA: hue angle of 273.53º 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 #6F10BA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 16 186 -
CMYK 0.40 0.91 0 0.27
HSL 273.53º 0.84% 0.4% -
HSV(B) 273.53º 0.91% 0.73% -
XYZ 15.6 7.3 47.04 -
YUV 63.79 196.97 161.68 -
System Red Green Blue C M Y K H S L
Decimal 111 16 186 0.40 0.91 0 0.27 273.53 0.84 0.4
Hex 6F 10 BA 28 5B 0 1B 112 54 28
Octal 157 20 272 50 133 0 33 422 124 50
Binary 1101111 10000 10111010 101000 1011011 0 11011 100010010 1010100 101000

Color Harmonies of #6F10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F10BA

Black with #6F10BA

Text Example


Text Example

White with #6F10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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