Html Css Color HEX #482ABA Purple Heart

📋 copy color: '#482ABA'

red 72 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #482ABA

Tints of Purple Heart #482ABA

RGB

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

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

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

R = 24%
G = 14%
B = 62%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#482ABA (or 0x482ABA) is known color: Purple Heart. HEX triplet: 48, 2A and BA. RGB value is (72,42,186). Sum of RGB (Red+Green+Blue) = 72+42+186=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #482ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ABA is #B7D545. Grayscale: #424242. Windows color (decimal): -12047686 or 12200520. OLE color: 12200520.

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

Color convert

RGB 72 42 186 -
CMYK 0.61 0.77 0 0.27
HSL 252.5º 0.63% 0.45% -
HSV(B) 252.5º 0.77% 0.73% -
XYZ 12.36 6.58 47.07 -
YUV 67.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 72 42 186 0.61 0.77 0 0.27 252.5 0.63 0.45
Hex 48 2A BA 3D 4D 0 1B FD 3F 2D
Octal 110 52 272 75 115 0 33 375 77 55
Binary 1001000 101010 10111010 111101 1001101 0 11011 11111101 111111 101101

Color Harmonies of #482ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482ABA

Black with #482ABA

Text Example


Text Example

White with #482ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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