Html Css Color HEX #481AB4 Purple Heart

📋 copy color: '#481AB4'

red 72 ◦ green 26 ◦ blue 180

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

Shades of Purple Heart #481AB4

Tints of Purple Heart #481AB4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 180 (70.7% from 255) = 64.75%

R = 25.9%
G = 9.35%
B = 64.75%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#481AB4 (or 0x481AB4) is known color: Purple Heart. HEX triplet: 48, 1A and B4. RGB value is (72,26,180). Sum of RGB (Red+Green+Blue) = 72+26+180=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 180 (70.70% from 255 or 64.75% from 278); Max value from RGB is 180 - color contains mainly: blue. Hex color #481AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481AB4 is #B7E54B. Grayscale: #383838. Windows color (decimal): -12051788 or 11803208. OLE color: 11803208.

HSL color Cylindrical-coordinate representation of color #481AB4: hue angle of 257.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481AB4 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 26 180 -
CMYK 0.60 0.86 0 0.29
HSL 257.92º 0.75% 0.4% -
HSV(B) 257.92º 0.86% 0.71% -
XYZ 11.28 5.41 43.63 -
YUV 57.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 72 26 180 0.60 0.86 0 0.29 257.92 0.75 0.4
Hex 48 1A B4 3C 56 0 1D 102 4B 28
Octal 110 32 264 74 126 0 35 402 113 50
Binary 1001000 11010 10110100 111100 1010110 0 11101 100000010 1001011 101000

Color Harmonies of #481AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AB4

Black with #481AB4

Text Example


Text Example

White with #481AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,26,180); }

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

background-color css

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

 a { background-color: rgb(72,26,180); }

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

border-color css

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

 span { border-color: rgb(72,26,180); }

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