Html Css Color HEX #482EBB Purple Heart

📋 copy color: '#482EBB'

red 72 ◦ green 46 ◦ blue 187

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

Shades of Purple Heart #482EBB

Tints of Purple Heart #482EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 23.61%
G = 15.08%
B = 61.31%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#482EBB (or 0x482EBB) is known color: Purple Heart. HEX triplet: 48, 2E and BB. RGB value is (72,46,187). Sum of RGB (Red+Green+Blue) = 72+46+187=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #482EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EBB is #B7D144. Grayscale: #454545. Windows color (decimal): -12046661 or 12267080. OLE color: 12267080.

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

Color convert

RGB 72 46 187 -
CMYK 0.61 0.75 0 0.27
HSL 251.06º 0.61% 0.46% -
HSV(B) 251.06º 0.75% 0.73% -
XYZ 12.62 6.92 47.68 -
YUV 69.85 194.11 129.54 -
System Red Green Blue C M Y K H S L
Decimal 72 46 187 0.61 0.75 0 0.27 251.06 0.61 0.46
Hex 48 2E BB 3D 4B 0 1B FB 3D 2E
Octal 110 56 273 75 113 0 33 373 75 56
Binary 1001000 101110 10111011 111101 1001011 0 11011 11111011 111101 101110

Color Harmonies of #482EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EBB

Black with #482EBB

Text Example


Text Example

White with #482EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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