Html Css Color HEX #4E25CD Purple Heart

📋 copy color: '#4E25CD'

red 78 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #4E25CD

Tints of Purple Heart #4E25CD

RGB

 RED value IS 78 (30.86% from 255) = 24.38%

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 24.38%
G = 11.56%
B = 64.06%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E25CD (or 0x4E25CD) is known color: Purple Heart. HEX triplet: 4E, 25 and CD. RGB value is (78,37,205). Sum of RGB (Red+Green+Blue) = 78+37+205=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E25CD is #B1DA32. Grayscale: #434343. Windows color (decimal): -11655731 or 13444430. OLE color: 13444430.

HSL color Cylindrical-coordinate representation of color #4E25CD: hue angle of 254.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E25CD is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 37 205 -
CMYK 0.62 0.82 0 0.20
HSL 254.64º 0.69% 0.47% -
HSV(B) 254.64º 0.82% 0.8% -
XYZ 14.82 7.35 58.4 -
YUV 68.41 205.08 134.84 -
System Red Green Blue C M Y K H S L
Decimal 78 37 205 0.62 0.82 0 0.20 254.64 0.69 0.47
Hex 4E 25 CD 3E 52 0 14 FF 45 2F
Octal 116 45 315 76 122 0 24 377 105 57
Binary 1001110 100101 11001101 111110 1010010 0 10100 11111111 1000101 101111

Color Harmonies of #4E25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E25CD

Black with #4E25CD

Text Example


Text Example

White with #4E25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E25CD; }

 p { color: rgb(78,37,205); }

 H1.HeaderClassName
 {
   color: #4E25CD;
 }
 .AnyTagClassName
 {
   color: #4E25CD;
 }
</style>

background-color css

<style>
 a { background-color: #4E25CD; }

 a { background-color: rgb(78,37,205); }

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

border-color css

<style>
 span { border-color: #4E25CD; }

 span { border-color: rgb(78,37,205); }

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