Html Css Color HEX #482EBC Purple Heart

📋 copy color: '#482EBC'

red 72 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #482EBC

Tints of Purple Heart #482EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 23.53%
G = 15.03%
B = 61.44%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#482EBC (or 0x482EBC) is known color: Purple Heart. HEX triplet: 48, 2E and BC. RGB value is (72,46,188). Sum of RGB (Red+Green+Blue) = 72+46+188=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #482EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EBC is #B7D143. Grayscale: #454545. Windows color (decimal): -12046660 or 12332616. OLE color: 12332616.

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

Color convert

RGB 72 46 188 -
CMYK 0.62 0.76 0 0.26
HSL 250.99º 0.61% 0.46% -
HSV(B) 250.99º 0.76% 0.74% -
XYZ 12.73 6.96 48.25 -
YUV 69.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 72 46 188 0.62 0.76 0 0.26 250.99 0.61 0.46
Hex 48 2E BC 3E 4C 0 1A FB 3D 2E
Octal 110 56 274 76 114 0 32 373 75 56
Binary 1001000 101110 10111100 111110 1001100 0 11010 11111011 111101 101110

Color Harmonies of #482EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EBC

Black with #482EBC

Text Example


Text Example

White with #482EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,188); }

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

background-color css

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

 a { background-color: rgb(72,46,188); }

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

border-color css

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

 span { border-color: rgb(72,46,188); }

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