Html Css Color HEX #4D30B4 Purple Heart

📋 copy color: '#4D30B4'

red 77 ◦ green 48 ◦ blue 180

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

Shades of Purple Heart #4D30B4

Tints of Purple Heart #4D30B4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

 BLUE value IS 180 (70.7% from 255) = 59.02%

R = 25.25%
G = 15.74%
B = 59.02%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4D30B4 (or 0x4D30B4) is known color: Purple Heart. HEX triplet: 4D, 30 and B4. RGB value is (77,48,180). Sum of RGB (Red+Green+Blue) = 77+48+180=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D30B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30B4 is #B2CF4B. Grayscale: #474747. Windows color (decimal): -11718476 or 11808845. OLE color: 11808845.

HSL color Cylindrical-coordinate representation of color #4D30B4: hue angle of 253.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D30B4 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 48 180 -
CMYK 0.57 0.73 0 0.29
HSL 253.18º 0.58% 0.45% -
HSV(B) 253.18º 0.73% 0.71% -
XYZ 12.36 6.99 43.88 -
YUV 71.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 77 48 180 0.57 0.73 0 0.29 253.18 0.58 0.45
Hex 4D 30 B4 39 49 0 1D FD 3A 2D
Octal 115 60 264 71 111 0 35 375 72 55
Binary 1001101 110000 10110100 111001 1001001 0 11101 11111101 111010 101101

Color Harmonies of #4D30B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D30B4

Black with #4D30B4

Text Example


Text Example

White with #4D30B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,180); }

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

background-color css

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

 a { background-color: rgb(77,48,180); }

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

border-color css

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

 span { border-color: rgb(77,48,180); }

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