Html Css Color HEX #4D25CB Purple Heart

📋 copy color: '#4D25CB'

red 77 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #4D25CB

Tints of Purple Heart #4D25CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 24.29%
G = 11.67%
B = 64.04%

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

#4D25CB (or 0x4D25CB) is known color: Purple Heart. HEX triplet: 4D, 25 and CB. RGB value is (77,37,203). Sum of RGB (Red+Green+Blue) = 77+37+203=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D25CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25CB is #B2DA34. Grayscale: #434343. Windows color (decimal): -11721269 or 13313357. OLE color: 13313357.

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

Color convert

RGB 77 37 203 -
CMYK 0.62 0.82 0 0.20
HSL 254.46º 0.69% 0.47% -
HSV(B) 254.46º 0.82% 0.8% -
XYZ 14.5 7.21 57.13 -
YUV 67.88 204.25 134.5 -
System Red Green Blue C M Y K H S L
Decimal 77 37 203 0.62 0.82 0 0.20 254.46 0.69 0.47
Hex 4D 25 CB 3E 52 0 14 FE 45 2F
Octal 115 45 313 76 122 0 24 376 105 57
Binary 1001101 100101 11001011 111110 1010010 0 10100 11111110 1000101 101111

Color Harmonies of #4D25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D25CB

Black with #4D25CB

Text Example


Text Example

White with #4D25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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