Html Css Color HEX #4D38CC Purple Heart

📋 copy color: '#4D38CC'

red 77 ◦ green 56 ◦ blue 204

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

Shades of Purple Heart #4D38CC

Tints of Purple Heart #4D38CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 22.85%
G = 16.62%
B = 60.53%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D38CC (or 0x4D38CC) is known color: Purple Heart. HEX triplet: 4D, 38 and CC. RGB value is (77,56,204). Sum of RGB (Red+Green+Blue) = 77+56+204=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D38CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D38CC is #B2C733. Grayscale: #4E4E4E. Windows color (decimal): -11716404 or 13383757. OLE color: 13383757.

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

Color convert

RGB 77 56 204 -
CMYK 0.62 0.73 0 0.2
HSL 248.51º 0.59% 0.51% -
HSV(B) 248.51º 0.73% 0.8% -
XYZ 15.37 8.77 58.01 -
YUV 79.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 77 56 204 0.62 0.73 0 0.2 248.51 0.59 0.51
Hex 4D 38 CC 3E 49 0 14 F9 3B 33
Octal 115 70 314 76 111 0 24 371 73 63
Binary 1001101 111000 11001100 111110 1001001 0 10100 11111001 111011 110011

Color Harmonies of #4D38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D38CC

Black with #4D38CC

Text Example


Text Example

White with #4D38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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