Html Css Color HEX #482BB0 Purple Heart

📋 copy color: '#482BB0'

red 72 ◦ green 43 ◦ blue 176

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

Shades of Purple Heart #482BB0

Tints of Purple Heart #482BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 60.48%

R = 24.74%
G = 14.78%
B = 60.48%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#482BB0 (or 0x482BB0) is known color: Purple Heart. HEX triplet: 48, 2B and B0. RGB value is (72,43,176). Sum of RGB (Red+Green+Blue) = 72+43+176=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #482BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482BB0 is #B7D44F. Grayscale: #424242. Windows color (decimal): -12047440 or 11545416. OLE color: 11545416.

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

Color convert

RGB 72 43 176 -
CMYK 0.59 0.76 0 0.31
HSL 253.08º 0.61% 0.43% -
HSV(B) 253.08º 0.76% 0.69% -
XYZ 11.37 6.24 41.68 -
YUV 66.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 72 43 176 0.59 0.76 0 0.31 253.08 0.61 0.43
Hex 48 2B B0 3B 4C 0 1F FD 3D 2B
Octal 110 53 260 73 114 0 37 375 75 53
Binary 1001000 101011 10110000 111011 1001100 0 11111 11111101 111101 101011

Color Harmonies of #482BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BB0

Black with #482BB0

Text Example


Text Example

White with #482BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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