Html Css Color HEX #4D34CE Purple Heart

📋 copy color: '#4D34CE'

red 77 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #4D34CE

Tints of Purple Heart #4D34CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 22.99%
G = 15.52%
B = 61.49%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D34CE (or 0x4D34CE) is known color: Purple Heart. HEX triplet: 4D, 34 and CE. RGB value is (77,52,206). Sum of RGB (Red+Green+Blue) = 77+52+206=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D34CE is #B2CB31. Grayscale: #4C4C4C. Windows color (decimal): -11717426 or 13513805. OLE color: 13513805.

HSL color Cylindrical-coordinate representation of color #4D34CE: hue angle of 249.74º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D34CE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 52 206 -
CMYK 0.63 0.75 0 0.19
HSL 249.74º 0.61% 0.51% -
HSV(B) 249.74º 0.75% 0.81% -
XYZ 15.43 8.49 59.22 -
YUV 77.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 77 52 206 0.63 0.75 0 0.19 249.74 0.61 0.51
Hex 4D 34 CE 3F 4B 0 13 FA 3D 33
Octal 115 64 316 77 113 0 23 372 75 63
Binary 1001101 110100 11001110 111111 1001011 0 10011 11111010 111101 110011

Color Harmonies of #4D34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D34CE

Black with #4D34CE

Text Example


Text Example

White with #4D34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,206); }

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

background-color css

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

 a { background-color: rgb(77,52,206); }

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

border-color css

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

 span { border-color: rgb(77,52,206); }

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