Html Css Color HEX #4D35CA Purple Heart

📋 copy color: '#4D35CA'

red 77 ◦ green 53 ◦ blue 202

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

Shades of Purple Heart #4D35CA

Tints of Purple Heart #4D35CA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 202 (79.3% from 255) = 60.84%

R = 23.19%
G = 15.96%
B = 60.84%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D35CA (or 0x4D35CA) is known color: Purple Heart. HEX triplet: 4D, 35 and CA. RGB value is (77,53,202). Sum of RGB (Red+Green+Blue) = 77+53+202=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D35CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35CA is #B2CA35. Grayscale: #4C4C4C. Windows color (decimal): -11717174 or 13251917. OLE color: 13251917.

HSL color Cylindrical-coordinate representation of color #4D35CA: hue angle of 249.66º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D35CA is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 53 202 -
CMYK 0.62 0.74 0 0.21
HSL 249.66º 0.58% 0.5% -
HSV(B) 249.66º 0.74% 0.79% -
XYZ 14.99 8.39 56.71 -
YUV 77.16 198.45 127.88 -
System Red Green Blue C M Y K H S L
Decimal 77 53 202 0.62 0.74 0 0.21 249.66 0.58 0.5
Hex 4D 35 CA 3E 4A 0 15 FA 3A 32
Octal 115 65 312 76 112 0 25 372 72 62
Binary 1001101 110101 11001010 111110 1001010 0 10101 11111010 111010 110010

Color Harmonies of #4D35CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D35CA

Black with #4D35CA

Text Example


Text Example

White with #4D35CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,202); }

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

background-color css

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

 a { background-color: rgb(77,53,202); }

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

border-color css

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

 span { border-color: rgb(77,53,202); }

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