Html Css Color HEX #6F0DD6 Purple Heart

📋 copy color: '#6F0DD6'

red 111 ◦ green 13 ◦ blue 214

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

Shades of Purple Heart #6F0DD6

Tints of Purple Heart #6F0DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.31%

R = 32.84%
G = 3.85%
B = 63.31%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6F0DD6 (or 0x6F0DD6) is known color: Purple Heart. HEX triplet: 6F, 0D and D6. RGB value is (111,13,214). Sum of RGB (Red+Green+Blue) = 111+13+214=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F0DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0DD6 is #90F229. Grayscale: #404040. Windows color (decimal): -9499178 or 14028143. OLE color: 14028143.

HSL color Cylindrical-coordinate representation of color #6F0DD6: hue angle of 269.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0DD6 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 13 214 -
CMYK 0.48 0.94 0 0.16
HSL 269.25º 0.89% 0.45% -
HSV(B) 269.25º 0.94% 0.84% -
XYZ 18.84 8.52 64.27 -
YUV 65.22 211.97 160.66 -
System Red Green Blue C M Y K H S L
Decimal 111 13 214 0.48 0.94 0 0.16 269.25 0.89 0.45
Hex 6F D D6 30 5E 0 10 10D 59 2D
Octal 157 15 326 60 136 0 20 415 131 55
Binary 1101111 1101 11010110 110000 1011110 0 10000 100001101 1011001 101101

Color Harmonies of #6F0DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DD6

Black with #6F0DD6

Text Example


Text Example

White with #6F0DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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