Html Css Color HEX #482DCB Purple Heart

📋 copy color: '#482DCB'

red 72 ◦ green 45 ◦ blue 203

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

Shades of Purple Heart #482DCB

Tints of Purple Heart #482DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 22.5%
G = 14.06%
B = 63.44%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#482DCB (or 0x482DCB) is known color: Purple Heart. HEX triplet: 48, 2D and CB. RGB value is (72,45,203). Sum of RGB (Red+Green+Blue) = 72+45+203=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #482DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DCB is #B7D234. Grayscale: #464646. Windows color (decimal): -12046901 or 13315400. OLE color: 13315400.

HSL color Cylindrical-coordinate representation of color #482DCB: hue angle of 250.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482DCB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 45 203 -
CMYK 0.65 0.78 0 0.20
HSL 250.25º 0.64% 0.49% -
HSV(B) 250.25º 0.78% 0.8% -
XYZ 14.39 7.57 57.2 -
YUV 71.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 72 45 203 0.65 0.78 0 0.20 250.25 0.64 0.49
Hex 48 2D CB 41 4E 0 14 FA 40 31
Octal 110 55 313 101 116 0 24 372 100 61
Binary 1001000 101101 11001011 1000001 1001110 0 10100 11111010 1000000 110001

Color Harmonies of #482DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DCB

Black with #482DCB

Text Example


Text Example

White with #482DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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