Html Css Color HEX #481ABD Purple Heart

📋 copy color: '#481ABD'

red 72 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #481ABD

Tints of Purple Heart #481ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 25.09%
G = 9.06%
B = 65.85%

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

#481ABD (or 0x481ABD) is known color: Purple Heart. HEX triplet: 48, 1A and BD. RGB value is (72,26,189). Sum of RGB (Red+Green+Blue) = 72+26+189=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #481ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ABD is #B7E542. Grayscale: #393939. Windows color (decimal): -12051779 or 12393032. OLE color: 12393032.

HSL color Cylindrical-coordinate representation of color #481ABD: hue angle of 256.93º degrees, saturation: 0.76, 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 #481ABD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 26 189 -
CMYK 0.62 0.86 0 0.26
HSL 256.93º 0.76% 0.42% -
HSV(B) 256.93º 0.86% 0.74% -
XYZ 12.23 5.79 48.62 -
YUV 58.34 201.74 137.75 -
System Red Green Blue C M Y K H S L
Decimal 72 26 189 0.62 0.86 0 0.26 256.93 0.76 0.42
Hex 48 1A BD 3E 56 0 1A 101 4C 2A
Octal 110 32 275 76 126 0 32 401 114 52
Binary 1001000 11010 10111101 111110 1010110 0 11010 100000001 1001100 101010

Color Harmonies of #481ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ABD

Black with #481ABD

Text Example


Text Example

White with #481ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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