Html Css Color HEX #482CBA Purple Heart

📋 copy color: '#482CBA'

red 72 ◦ green 44 ◦ blue 186

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

Shades of Purple Heart #482CBA

Tints of Purple Heart #482CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 23.84%
G = 14.57%
B = 61.59%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#482CBA (or 0x482CBA) is known color: Purple Heart. HEX triplet: 48, 2C and BA. RGB value is (72,44,186). Sum of RGB (Red+Green+Blue) = 72+44+186=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #482CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CBA is #B7D345. Grayscale: #444444. Windows color (decimal): -12047174 or 12201032. OLE color: 12201032.

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

Color convert

RGB 72 44 186 -
CMYK 0.61 0.76 0 0.27
HSL 251.83º 0.62% 0.45% -
HSV(B) 251.83º 0.76% 0.73% -
XYZ 12.44 6.72 47.1 -
YUV 68.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 72 44 186 0.61 0.76 0 0.27 251.83 0.62 0.45
Hex 48 2C BA 3D 4C 0 1B FC 3E 2D
Octal 110 54 272 75 114 0 33 374 76 55
Binary 1001000 101100 10111010 111101 1001100 0 11011 11111100 111110 101101

Color Harmonies of #482CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CBA

Black with #482CBA

Text Example


Text Example

White with #482CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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