Html Css Color HEX #482ABB Purple Heart

📋 copy color: '#482ABB'

red 72 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #482ABB

Tints of Purple Heart #482ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.95%

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

R = 23.92%
G = 13.95%
B = 62.13%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#482ABB (or 0x482ABB) is known color: Purple Heart. HEX triplet: 48, 2A and BB. RGB value is (72,42,187). Sum of RGB (Red+Green+Blue) = 72+42+187=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #482ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ABB is #B7D544. Grayscale: #424242. Windows color (decimal): -12047685 or 12266056. OLE color: 12266056.

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

Color convert

RGB 72 42 187 -
CMYK 0.61 0.78 0 0.27
HSL 252.41º 0.63% 0.45% -
HSV(B) 252.41º 0.78% 0.73% -
XYZ 12.47 6.62 47.63 -
YUV 67.5 195.44 131.21 -
System Red Green Blue C M Y K H S L
Decimal 72 42 187 0.61 0.78 0 0.27 252.41 0.63 0.45
Hex 48 2A BB 3D 4E 0 1B FC 3F 2D
Octal 110 52 273 75 116 0 33 374 77 55
Binary 1001000 101010 10111011 111101 1001110 0 11011 11111100 111111 101101

Color Harmonies of #482ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482ABB

Black with #482ABB

Text Example


Text Example

White with #482ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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