Html Css Color HEX #4D25CD Purple Heart

📋 copy color: '#4D25CD'

red 77 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #4D25CD

Tints of Purple Heart #4D25CD

RGB

 RED value IS 77 (30.47% from 255) = 24.14%

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

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

R = 24.14%
G = 11.6%
B = 64.26%

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

#4D25CD (or 0x4D25CD) is known color: Purple Heart. HEX triplet: 4D, 25 and CD. RGB value is (77,37,205). Sum of RGB (Red+Green+Blue) = 77+37+205=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25CD is #B2DA32. Grayscale: #434343. Windows color (decimal): -11721267 or 13444429. OLE color: 13444429.

HSL color Cylindrical-coordinate representation of color #4D25CD: hue angle of 254.29º 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 #4D25CD is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 37 205 -
CMYK 0.62 0.82 0 0.20
HSL 254.29º 0.69% 0.47% -
HSV(B) 254.29º 0.82% 0.8% -
XYZ 14.74 7.31 58.39 -
YUV 68.11 205.25 134.34 -
System Red Green Blue C M Y K H S L
Decimal 77 37 205 0.62 0.82 0 0.20 254.29 0.69 0.47
Hex 4D 25 CD 3E 52 0 14 FE 45 2F
Octal 115 45 315 76 122 0 24 376 105 57
Binary 1001101 100101 11001101 111110 1010010 0 10100 11111110 1000101 101111

Color Harmonies of #4D25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D25CD

Black with #4D25CD

Text Example


Text Example

White with #4D25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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