Html Css Color HEX #6F11BE Purple Heart

📋 copy color: '#6F11BE'

red 111 ◦ green 17 ◦ blue 190

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

Shades of Purple Heart #6F11BE

Tints of Purple Heart #6F11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 34.91%
G = 5.35%
B = 59.75%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F11BE (or 0x6F11BE) is known color: Purple Heart. HEX triplet: 6F, 11 and BE. RGB value is (111,17,190). Sum of RGB (Red+Green+Blue) = 111+17+190=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F11BE is #90EE41. Grayscale: #404040. Windows color (decimal): -9498178 or 12456303. OLE color: 12456303.

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

Color convert

RGB 111 17 190 -
CMYK 0.42 0.91 0 0.25
HSL 272.6º 0.84% 0.41% -
HSV(B) 272.6º 0.91% 0.75% -
XYZ 16.05 7.5 49.32 -
YUV 64.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 111 17 190 0.42 0.91 0 0.25 272.6 0.84 0.41
Hex 6F 11 BE 2A 5B 0 19 111 54 29
Octal 157 21 276 52 133 0 31 421 124 51
Binary 1101111 10001 10111110 101010 1011011 0 11001 100010001 1010100 101001

Color Harmonies of #6F11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F11BE

Black with #6F11BE

Text Example


Text Example

White with #6F11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,190); }

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

background-color css

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

 a { background-color: rgb(111,17,190); }

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

border-color css

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

 span { border-color: rgb(111,17,190); }

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