Html Css Color HEX #6F17BB Purple Heart

📋 copy color: '#6F17BB'

red 111 ◦ green 23 ◦ blue 187

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

Shades of Purple Heart #6F17BB

Tints of Purple Heart #6F17BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

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

R = 34.58%
G = 7.17%
B = 58.26%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F17BB (or 0x6F17BB) is known color: Purple Heart. HEX triplet: 6F, 17 and BB. RGB value is (111,23,187). Sum of RGB (Red+Green+Blue) = 111+23+187=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F17BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F17BB is #90E844. Grayscale: #434343. Windows color (decimal): -9496645 or 12261231. OLE color: 12261231.

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

Color convert

RGB 111 23 187 -
CMYK 0.41 0.88 0 0.27
HSL 272.2º 0.78% 0.41% -
HSV(B) 272.2º 0.88% 0.73% -
XYZ 15.83 7.58 47.64 -
YUV 68.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 111 23 187 0.41 0.88 0 0.27 272.2 0.78 0.41
Hex 6F 17 BB 29 58 0 1B 110 4E 29
Octal 157 27 273 51 130 0 33 420 116 51
Binary 1101111 10111 10111011 101001 1011000 0 11011 100010000 1001110 101001

Color Harmonies of #6F17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F17BB

Black with #6F17BB

Text Example


Text Example

White with #6F17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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