Html Css Color HEX #4810BC Purple Heart

📋 copy color: '#4810BC'

red 72 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #4810BC

Tints of Purple Heart #4810BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 26.09%
G = 5.8%
B = 68.12%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4810BC (or 0x4810BC) is known color: Purple Heart. HEX triplet: 48, 10 and BC. RGB value is (72,16,188). Sum of RGB (Red+Green+Blue) = 72+16+188=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #4810BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4810BC is #B7EF43. Grayscale: #333333. Windows color (decimal): -12054340 or 12324936. OLE color: 12324936.

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

Color convert

RGB 72 16 188 -
CMYK 0.62 0.91 0 0.26
HSL 259.53º 0.84% 0.4% -
HSV(B) 259.53º 0.91% 0.74% -
XYZ 11.93 5.38 47.99 -
YUV 52.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 72 16 188 0.62 0.91 0 0.26 259.53 0.84 0.4
Hex 48 10 BC 3E 5B 0 1A 104 54 28
Octal 110 20 274 76 133 0 32 404 124 50
Binary 1001000 10000 10111100 111110 1011011 0 11010 100000100 1010100 101000

Color Harmonies of #4810BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4810BC

Black with #4810BC

Text Example


Text Example

White with #4810BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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