Html Css Color HEX #4D25CC Purple Heart

📋 copy color: '#4D25CC'

red 77 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #4D25CC

Tints of Purple Heart #4D25CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 24.21%
G = 11.64%
B = 64.15%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D25CC (or 0x4D25CC) is known color: Purple Heart. HEX triplet: 4D, 25 and CC. RGB value is (77,37,204). Sum of RGB (Red+Green+Blue) = 77+37+204=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D25CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25CC is #B2DA33. Grayscale: #434343. Windows color (decimal): -11721268 or 13378893. OLE color: 13378893.

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

Color convert

RGB 77 37 204 -
CMYK 0.62 0.82 0 0.2
HSL 254.37º 0.69% 0.47% -
HSV(B) 254.37º 0.82% 0.8% -
XYZ 14.62 7.26 57.76 -
YUV 68 204.75 134.42 -
System Red Green Blue C M Y K H S L
Decimal 77 37 204 0.62 0.82 0 0.2 254.37 0.69 0.47
Hex 4D 25 CC 3E 52 0 14 FE 45 2F
Octal 115 45 314 76 122 0 24 376 105 57
Binary 1001101 100101 11001100 111110 1010010 0 10100 11111110 1000101 101111

Color Harmonies of #4D25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D25CC

Black with #4D25CC

Text Example


Text Example

White with #4D25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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