Html Css Color HEX #4D30BC Purple Heart

📋 copy color: '#4D30BC'

red 77 ◦ green 48 ◦ blue 188

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

Shades of Purple Heart #4D30BC

Tints of Purple Heart #4D30BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 24.6%
G = 15.34%
B = 60.06%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D30BC (or 0x4D30BC) is known color: Purple Heart. HEX triplet: 4D, 30 and BC. RGB value is (77,48,188). Sum of RGB (Red+Green+Blue) = 77+48+188=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D30BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30BC is #B2CF43. Grayscale: #484848. Windows color (decimal): -11718468 or 12333133. OLE color: 12333133.

HSL color Cylindrical-coordinate representation of color #4D30BC: hue angle of 252.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D30BC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 48 188 -
CMYK 0.59 0.74 0 0.26
HSL 252.43º 0.59% 0.46% -
HSV(B) 252.43º 0.74% 0.74% -
XYZ 13.19 7.32 48.29 -
YUV 72.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 77 48 188 0.59 0.74 0 0.26 252.43 0.59 0.46
Hex 4D 30 BC 3B 4A 0 1A FC 3B 2E
Octal 115 60 274 73 112 0 32 374 73 56
Binary 1001101 110000 10111100 111011 1001010 0 11010 11111100 111011 101110

Color Harmonies of #4D30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D30BC

Black with #4D30BC

Text Example


Text Example

White with #4D30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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