Html Css Color HEX #4D35CC Purple Heart

📋 copy color: '#4D35CC'

red 77 ◦ green 53 ◦ blue 204

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

Shades of Purple Heart #4D35CC

Tints of Purple Heart #4D35CC

RGB

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

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

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

R = 23.05%
G = 15.87%
B = 61.08%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D35CC (or 0x4D35CC) is known color: Purple Heart. HEX triplet: 4D, 35 and CC. RGB value is (77,53,204). Sum of RGB (Red+Green+Blue) = 77+53+204=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D35CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35CC is #B2CA33. Grayscale: #4C4C4C. Windows color (decimal): -11717172 or 13382989. OLE color: 13382989.

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

Color convert

RGB 77 53 204 -
CMYK 0.62 0.74 0 0.2
HSL 249.54º 0.6% 0.5% -
HSV(B) 249.54º 0.74% 0.8% -
XYZ 15.23 8.48 57.96 -
YUV 77.39 199.45 127.72 -
System Red Green Blue C M Y K H S L
Decimal 77 53 204 0.62 0.74 0 0.2 249.54 0.6 0.5
Hex 4D 35 CC 3E 4A 0 14 FA 3C 32
Octal 115 65 314 76 112 0 24 372 74 62
Binary 1001101 110101 11001100 111110 1001010 0 10100 11111010 111100 110010

Color Harmonies of #4D35CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D35CC

Black with #4D35CC

Text Example


Text Example

White with #4D35CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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