Html Css Color HEX #482DB6 Purple Heart

📋 copy color: '#482DB6'

red 72 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #482DB6

Tints of Purple Heart #482DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

 BLUE value IS 182 (71.48% from 255) = 60.87%

R = 24.08%
G = 15.05%
B = 60.87%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#482DB6 (or 0x482DB6) is known color: Purple Heart. HEX triplet: 48, 2D and B6. RGB value is (72,45,182). Sum of RGB (Red+Green+Blue) = 72+45+182=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #482DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DB6 is #B7D249. Grayscale: #444444. Windows color (decimal): -12046922 or 11939144. OLE color: 11939144.

HSL color Cylindrical-coordinate representation of color #482DB6: hue angle of 251.82º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482DB6 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 45 182 -
CMYK 0.60 0.75 0 0.29
HSL 251.82º 0.6% 0.45% -
HSV(B) 251.82º 0.75% 0.71% -
XYZ 12.05 6.63 44.9 -
YUV 68.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 72 45 182 0.60 0.75 0 0.29 251.82 0.6 0.45
Hex 48 2D B6 3C 4B 0 1D FC 3C 2D
Octal 110 55 266 74 113 0 35 374 74 55
Binary 1001000 101101 10110110 111100 1001011 0 11101 11111100 111100 101101

Color Harmonies of #482DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DB6

Black with #482DB6

Text Example


Text Example

White with #482DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,182); }

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

background-color css

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

 a { background-color: rgb(72,45,182); }

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

border-color css

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

 span { border-color: rgb(72,45,182); }

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