Html Css Color HEX #4D33CC Purple Heart

📋 copy color: '#4D33CC'

red 77 ◦ green 51 ◦ blue 204

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

Shades of Purple Heart #4D33CC

Tints of Purple Heart #4D33CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 23.19%
G = 15.36%
B = 61.45%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D33CC (or 0x4D33CC) is known color: Purple Heart. HEX triplet: 4D, 33 and CC. RGB value is (77,51,204). Sum of RGB (Red+Green+Blue) = 77+51+204=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D33CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33CC is #B2CC33. Grayscale: #4B4B4B. Windows color (decimal): -11717684 or 13382477. OLE color: 13382477.

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

Color convert

RGB 77 51 204 -
CMYK 0.62 0.75 0 0.2
HSL 250.2º 0.6% 0.5% -
HSV(B) 250.2º 0.75% 0.8% -
XYZ 15.14 8.31 57.93 -
YUV 76.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 77 51 204 0.62 0.75 0 0.2 250.2 0.6 0.5
Hex 4D 33 CC 3E 4B 0 14 FA 3C 32
Octal 115 63 314 76 113 0 24 372 74 62
Binary 1001101 110011 11001100 111110 1001011 0 10100 11111010 111100 110010

Color Harmonies of #4D33CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D33CC

Black with #4D33CC

Text Example


Text Example

White with #4D33CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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