Html Css Color HEX #6F2DBB Purple Heart

📋 copy color: '#6F2DBB'

red 111 ◦ green 45 ◦ blue 187

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

Shades of Purple Heart #6F2DBB

Tints of Purple Heart #6F2DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

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

R = 32.36%
G = 13.12%
B = 54.52%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F2DBB (or 0x6F2DBB) is known color: Purple Heart. HEX triplet: 6F, 2D and BB. RGB value is (111,45,187). Sum of RGB (Red+Green+Blue) = 111+45+187=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F2DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2DBB is #90D244. Grayscale: #505050. Windows color (decimal): -9491013 or 12266863. OLE color: 12266863.

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

Color convert

RGB 111 45 187 -
CMYK 0.41 0.76 0 0.27
HSL 267.89º 0.61% 0.45% -
HSV(B) 267.89º 0.76% 0.73% -
XYZ 16.46 8.84 47.85 -
YUV 80.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 111 45 187 0.41 0.76 0 0.27 267.89 0.61 0.45
Hex 6F 2D BB 29 4C 0 1B 10C 3D 2D
Octal 157 55 273 51 114 0 33 414 75 55
Binary 1101111 101101 10111011 101001 1001100 0 11011 100001100 111101 101101

Color Harmonies of #6F2DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2DBB

Black with #6F2DBB

Text Example


Text Example

White with #6F2DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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