Html Css Color HEX #6E25DC Purple Heart

📋 copy color: '#6E25DC'

red 110 ◦ green 37 ◦ blue 220

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

Shades of Purple Heart #6E25DC

Tints of Purple Heart #6E25DC

RGB

 RED value IS 110 (43.36% from 255) = 29.97%

 GREEN value IS 37 (14.84% from 255) = 10.08%

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 29.97%
G = 10.08%
B = 59.95%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E25DC (or 0x6E25DC) is known color: Purple Heart. HEX triplet: 6E, 25 and DC. RGB value is (110,37,220). Sum of RGB (Red+Green+Blue) = 110+37+220=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E25DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E25DC is #91DA23. Grayscale: #4F4F4F. Windows color (decimal): -9558564 or 14427502. OLE color: 14427502.

HSL color Cylindrical-coordinate representation of color #6E25DC: hue angle of 263.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E25DC is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 37 220 -
CMYK 0.50 0.83 0 0.14
HSL 263.93º 0.72% 0.5% -
HSV(B) 263.93º 0.83% 0.86% -
XYZ 20.01 9.81 68.55 -
YUV 79.69 207.18 149.62 -
System Red Green Blue C M Y K H S L
Decimal 110 37 220 0.50 0.83 0 0.14 263.93 0.72 0.5
Hex 6E 25 DC 32 53 0 E 108 48 32
Octal 156 45 334 62 123 0 16 410 110 62
Binary 1101110 100101 11011100 110010 1010011 0 1110 100001000 1001000 110010

Color Harmonies of #6E25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E25DC

Black with #6E25DC

Text Example


Text Example

White with #6E25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,37,220); }

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

background-color css

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

 a { background-color: rgb(110,37,220); }

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

border-color css

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

 span { border-color: rgb(110,37,220); }

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