Html Css Color HEX #482DBF Purple Heart

📋 copy color: '#482DBF'

red 72 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #482DBF

Tints of Purple Heart #482DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.01%

R = 23.38%
G = 14.61%
B = 62.01%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#482DBF (or 0x482DBF) is known color: Purple Heart. HEX triplet: 48, 2D and BF. RGB value is (72,45,191). Sum of RGB (Red+Green+Blue) = 72+45+191=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #482DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DBF is #B7D240. Grayscale: #454545. Windows color (decimal): -12046913 or 12528968. OLE color: 12528968.

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

Color convert

RGB 72 45 191 -
CMYK 0.62 0.76 0 0.25
HSL 251.1º 0.62% 0.46% -
HSV(B) 251.1º 0.76% 0.75% -
XYZ 13.01 7.02 49.96 -
YUV 69.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 72 45 191 0.62 0.76 0 0.25 251.1 0.62 0.46
Hex 48 2D BF 3E 4C 0 19 FB 3E 2E
Octal 110 55 277 76 114 0 31 373 76 56
Binary 1001000 101101 10111111 111110 1001100 0 11001 11111011 111110 101110

Color Harmonies of #482DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DBF

Black with #482DBF

Text Example


Text Example

White with #482DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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