Html Css Color HEX #6F2DB2 Purple Heart

📋 copy color: '#6F2DB2'

red 111 ◦ green 45 ◦ blue 178

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

Shades of Purple Heart #6F2DB2

Tints of Purple Heart #6F2DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 53.29%

R = 33.23%
G = 13.47%
B = 53.29%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F2DB2 (or 0x6F2DB2) is known color: Purple Heart. HEX triplet: 6F, 2D and B2. RGB value is (111,45,178). Sum of RGB (Red+Green+Blue) = 111+45+178=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #6F2DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2DB2 is #90D24D. Grayscale: #4F4F4F. Windows color (decimal): -9491022 or 11677039. OLE color: 11677039.

HSL color Cylindrical-coordinate representation of color #6F2DB2: hue angle of 269.77º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F2DB2 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 45 178 -
CMYK 0.38 0.75 0 0.30
HSL 269.77º 0.6% 0.44% -
HSV(B) 269.77º 0.75% 0.7% -
XYZ 15.53 8.47 42.94 -
YUV 79.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 111 45 178 0.38 0.75 0 0.30 269.77 0.6 0.44
Hex 6F 2D B2 26 4B 0 1E 10E 3C 2C
Octal 157 55 262 46 113 0 36 416 74 54
Binary 1101111 101101 10110010 100110 1001011 0 11110 100001110 111100 101100

Color Harmonies of #6F2DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2DB2

Black with #6F2DB2

Text Example


Text Example

White with #6F2DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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