Html Css Color HEX #6F2DDB Purple Heart

📋 copy color: '#6F2DDB'

red 111 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #6F2DDB

Tints of Purple Heart #6F2DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 29.6%
G = 12%
B = 58.4%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F2DDB (or 0x6F2DDB) is known color: Purple Heart. HEX triplet: 6F, 2D and DB. RGB value is (111,45,219). Sum of RGB (Red+Green+Blue) = 111+45+219=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F2DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2DDB is #90D224. Grayscale: #535353. Windows color (decimal): -9490981 or 14364015. OLE color: 14364015.

HSL color Cylindrical-coordinate representation of color #6F2DDB: hue angle of 262.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2DDB is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 45 219 -
CMYK 0.49 0.79 0 0.14
HSL 262.76º 0.71% 0.52% -
HSV(B) 262.76º 0.79% 0.86% -
XYZ 20.28 10.37 67.95 -
YUV 84.57 203.87 146.85 -
System Red Green Blue C M Y K H S L
Decimal 111 45 219 0.49 0.79 0 0.14 262.76 0.71 0.52
Hex 6F 2D DB 31 4F 0 E 107 47 34
Octal 157 55 333 61 117 0 16 407 107 64
Binary 1101111 101101 11011011 110001 1001111 0 1110 100000111 1000111 110100

Color Harmonies of #6F2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2DDB

Black with #6F2DDB

Text Example


Text Example

White with #6F2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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