Html Css Color HEX #4808BC Purple Heart

📋 copy color: '#4808BC'

red 72 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #4808BC

Tints of Purple Heart #4808BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

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

R = 26.87%
G = 2.99%
B = 70.15%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4808BC (or 0x4808BC) is known color: Purple Heart. HEX triplet: 48, 08 and BC. RGB value is (72,8,188). Sum of RGB (Red+Green+Blue) = 72+8+188=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #4808BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808BC is #B7F743. Grayscale: #2F2F2F. Windows color (decimal): -12056388 or 12322888. OLE color: 12322888.

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

Color convert

RGB 72 8 188 -
CMYK 0.62 0.96 0 0.26
HSL 261.33º 0.92% 0.38% -
HSV(B) 261.33º 0.96% 0.74% -
XYZ 11.84 5.18 47.95 -
YUV 47.66 207.2 145.36 -
System Red Green Blue C M Y K H S L
Decimal 72 8 188 0.62 0.96 0 0.26 261.33 0.92 0.38
Hex 48 8 BC 3E 60 0 1A 105 5C 26
Octal 110 10 274 76 140 0 32 405 134 46
Binary 1001000 1000 10111100 111110 1100000 0 11010 100000101 1011100 100110

Color Harmonies of #4808BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4808BC

Black with #4808BC

Text Example


Text Example

White with #4808BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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