Html Css Color HEX #481ABB Purple Heart

📋 copy color: '#481ABB'

red 72 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #481ABB

Tints of Purple Heart #481ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 25.26%
G = 9.12%
B = 65.61%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#481ABB (or 0x481ABB) is known color: Purple Heart. HEX triplet: 48, 1A and BB. RGB value is (72,26,187). Sum of RGB (Red+Green+Blue) = 72+26+187=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #481ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ABB is #B7E544. Grayscale: #393939. Windows color (decimal): -12051781 or 12261960. OLE color: 12261960.

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

Color convert

RGB 72 26 187 -
CMYK 0.61 0.86 0 0.27
HSL 257.14º 0.76% 0.42% -
HSV(B) 257.14º 0.86% 0.73% -
XYZ 12.01 5.7 47.48 -
YUV 58.11 200.74 137.91 -
System Red Green Blue C M Y K H S L
Decimal 72 26 187 0.61 0.86 0 0.27 257.14 0.76 0.42
Hex 48 1A BB 3D 56 0 1B 101 4C 2A
Octal 110 32 273 75 126 0 33 401 114 52
Binary 1001000 11010 10111011 111101 1010110 0 11011 100000001 1001100 101010

Color Harmonies of #481ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ABB

Black with #481ABB

Text Example


Text Example

White with #481ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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