Html Css Color HEX #481BBC Purple Heart

📋 copy color: '#481BBC'

red 72 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #481BBC

Tints of Purple Heart #481BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.41%

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

R = 25.09%
G = 9.41%
B = 65.51%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#481BBC (or 0x481BBC) is known color: Purple Heart. HEX triplet: 48, 1B and BC. RGB value is (72,27,188). Sum of RGB (Red+Green+Blue) = 72+27+188=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #481BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BBC is #B7E443. Grayscale: #3A3A3A. Windows color (decimal): -12051524 or 12327752. OLE color: 12327752.

HSL color Cylindrical-coordinate representation of color #481BBC: hue angle of 256.77º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481BBC is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 27 188 -
CMYK 0.62 0.86 0 0.26
HSL 256.77º 0.75% 0.42% -
HSV(B) 256.77º 0.86% 0.74% -
XYZ 12.14 5.79 48.06 -
YUV 58.81 200.91 137.41 -
System Red Green Blue C M Y K H S L
Decimal 72 27 188 0.62 0.86 0 0.26 256.77 0.75 0.42
Hex 48 1B BC 3E 56 0 1A 101 4B 2A
Octal 110 33 274 76 126 0 32 401 113 52
Binary 1001000 11011 10111100 111110 1010110 0 11010 100000001 1001011 101010

Color Harmonies of #481BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BBC

Black with #481BBC

Text Example


Text Example

White with #481BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481BBC; }

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

 H1.HeaderClassName
 {
   color: #481BBC;
 }
 .AnyTagClassName
 {
   color: #481BBC;
 }
</style>

background-color css

<style>
 a { background-color: #481BBC; }

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

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

border-color css

<style>
 span { border-color: #481BBC; }

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

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