Html Css Color HEX #6F0DBB Purple Heart

📋 copy color: '#6F0DBB'

red 111 ◦ green 13 ◦ blue 187

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

Shades of Purple Heart #6F0DBB

Tints of Purple Heart #6F0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

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

R = 35.69%
G = 4.18%
B = 60.13%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F0DBB (or 0x6F0DBB) is known color: Purple Heart. HEX triplet: 6F, 0D and BB. RGB value is (111,13,187). Sum of RGB (Red+Green+Blue) = 111+13+187=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F0DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0DBB is #90F244. Grayscale: #3D3D3D. Windows color (decimal): -9499205 or 12258671. OLE color: 12258671.

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

Color convert

RGB 111 13 187 -
CMYK 0.41 0.93 0 0.27
HSL 273.79º 0.87% 0.39% -
HSV(B) 273.79º 0.93% 0.73% -
XYZ 15.67 7.26 47.59 -
YUV 62.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 111 13 187 0.41 0.93 0 0.27 273.79 0.87 0.39
Hex 6F D BB 29 5D 0 1B 112 57 27
Octal 157 15 273 51 135 0 33 422 127 47
Binary 1101111 1101 10111011 101001 1011101 0 11011 100010010 1010111 100111

Color Harmonies of #6F0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DBB

Black with #6F0DBB

Text Example


Text Example

White with #6F0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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