Html Css Color HEX #482BAF Purple Heart

📋 copy color: '#482BAF'

red 72 ◦ green 43 ◦ blue 175

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

Shades of Purple Heart #482BAF

Tints of Purple Heart #482BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.83%

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 24.83%
G = 14.83%
B = 60.34%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#482BAF (or 0x482BAF) is known color: Purple Heart. HEX triplet: 48, 2B and AF. RGB value is (72,43,175). Sum of RGB (Red+Green+Blue) = 72+43+175=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #482BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482BAF is #B7D450. Grayscale: #424242. Windows color (decimal): -12047441 or 11479880. OLE color: 11479880.

HSL color Cylindrical-coordinate representation of color #482BAF: hue angle of 253.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482BAF is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 43 175 -
CMYK 0.59 0.75 0 0.31
HSL 253.18º 0.61% 0.43% -
HSV(B) 253.18º 0.75% 0.69% -
XYZ 11.27 6.2 41.16 -
YUV 66.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 72 43 175 0.59 0.75 0 0.31 253.18 0.61 0.43
Hex 48 2B AF 3B 4B 0 1F FD 3D 2B
Octal 110 53 257 73 113 0 37 375 75 53
Binary 1001000 101011 10101111 111011 1001011 0 11111 11111101 111101 101011

Color Harmonies of #482BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BAF

Black with #482BAF

Text Example


Text Example

White with #482BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,43,175); }

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

background-color css

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

 a { background-color: rgb(72,43,175); }

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

border-color css

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

 span { border-color: rgb(72,43,175); }

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