Html Css Color HEX #482BBD Purple Heart

📋 copy color: '#482BBD'

red 72 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #482BBD

Tints of Purple Heart #482BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 23.68%
G = 14.14%
B = 62.17%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#482BBD (or 0x482BBD) is known color: Purple Heart. HEX triplet: 48, 2B and BD. RGB value is (72,43,189). Sum of RGB (Red+Green+Blue) = 72+43+189=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #482BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482BBD is #B7D442. Grayscale: #434343. Windows color (decimal): -12047427 or 12397384. OLE color: 12397384.

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

Color convert

RGB 72 43 189 -
CMYK 0.62 0.77 0 0.26
HSL 251.92º 0.63% 0.45% -
HSV(B) 251.92º 0.77% 0.74% -
XYZ 12.72 6.78 48.78 -
YUV 68.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 72 43 189 0.62 0.77 0 0.26 251.92 0.63 0.45
Hex 48 2B BD 3E 4D 0 1A FC 3F 2D
Octal 110 53 275 76 115 0 32 374 77 55
Binary 1001000 101011 10111101 111110 1001101 0 11010 11111100 111111 101101

Color Harmonies of #482BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BBD

Black with #482BBD

Text Example


Text Example

White with #482BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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