Html Css Color HEX #481BBA Purple Heart

📋 copy color: '#481BBA'

red 72 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #481BBA

Tints of Purple Heart #481BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 25.26%
G = 9.47%
B = 65.26%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#481BBA (or 0x481BBA) is known color: Purple Heart. HEX triplet: 48, 1B and BA. RGB value is (72,27,186). Sum of RGB (Red+Green+Blue) = 72+27+186=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #481BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BBA is #B7E445. Grayscale: #393939. Windows color (decimal): -12051526 or 12196680. OLE color: 12196680.

HSL color Cylindrical-coordinate representation of color #481BBA: hue angle of 256.98º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481BBA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 27 186 -
CMYK 0.61 0.85 0 0.27
HSL 256.98º 0.75% 0.42% -
HSV(B) 256.98º 0.85% 0.73% -
XYZ 11.93 5.71 46.93 -
YUV 58.58 199.91 137.57 -
System Red Green Blue C M Y K H S L
Decimal 72 27 186 0.61 0.85 0 0.27 256.98 0.75 0.42
Hex 48 1B BA 3D 55 0 1B 101 4B 2A
Octal 110 33 272 75 125 0 33 401 113 52
Binary 1001000 11011 10111010 111101 1010101 0 11011 100000001 1001011 101010

Color Harmonies of #481BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BBA

Black with #481BBA

Text Example


Text Example

White with #481BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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