Html Css Color HEX #4820BC Purple Heart

📋 copy color: '#4820BC'

red 72 ◦ green 32 ◦ blue 188

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

Shades of Purple Heart #4820BC

Tints of Purple Heart #4820BC

RGB

 RED value IS 72 (28.52% from 255) = 24.66%

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 24.66%
G = 10.96%
B = 64.38%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4820BC (or 0x4820BC) is known color: Purple Heart. HEX triplet: 48, 20 and BC. RGB value is (72,32,188). Sum of RGB (Red+Green+Blue) = 72+32+188=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #4820BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820BC is #B7DF43. Grayscale: #3D3D3D. Windows color (decimal): -12050244 or 12329032. OLE color: 12329032.

HSL color Cylindrical-coordinate representation of color #4820BC: hue angle of 255.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4820BC is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 32 188 -
CMYK 0.62 0.83 0 0.26
HSL 255.38º 0.71% 0.43% -
HSV(B) 255.38º 0.83% 0.74% -
XYZ 12.27 6.04 48.1 -
YUV 61.74 199.25 135.32 -
System Red Green Blue C M Y K H S L
Decimal 72 32 188 0.62 0.83 0 0.26 255.38 0.71 0.43
Hex 48 20 BC 3E 53 0 1A FF 47 2B
Octal 110 40 274 76 123 0 32 377 107 53
Binary 1001000 100000 10111100 111110 1010011 0 11010 11111111 1000111 101011

Color Harmonies of #4820BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4820BC

Black with #4820BC

Text Example


Text Example

White with #4820BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4820BC; }

 p { color: rgb(72,32,188); }

 H1.HeaderClassName
 {
   color: #4820BC;
 }
 .AnyTagClassName
 {
   color: #4820BC;
 }
</style>

background-color css

<style>
 a { background-color: #4820BC; }

 a { background-color: rgb(72,32,188); }

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

border-color css

<style>
 span { border-color: #4820BC; }

 span { border-color: rgb(72,32,188); }

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