Html Css Color HEX #482DCA Purple Heart

📋 copy color: '#482DCA'

red 72 ◦ green 45 ◦ blue 202

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

Shades of Purple Heart #482DCA

Tints of Purple Heart #482DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 22.57%
G = 14.11%
B = 63.32%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#482DCA (or 0x482DCA) is known color: Purple Heart. HEX triplet: 48, 2D and CA. RGB value is (72,45,202). Sum of RGB (Red+Green+Blue) = 72+45+202=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #482DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DCA is #B7D235. Grayscale: #464646. Windows color (decimal): -12046902 or 13249864. OLE color: 13249864.

HSL color Cylindrical-coordinate representation of color #482DCA: hue angle of 250.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482DCA is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 45 202 -
CMYK 0.64 0.78 0 0.21
HSL 250.32º 0.64% 0.48% -
HSV(B) 250.32º 0.78% 0.79% -
XYZ 14.27 7.52 56.58 -
YUV 70.97 201.95 128.73 -
System Red Green Blue C M Y K H S L
Decimal 72 45 202 0.64 0.78 0 0.21 250.32 0.64 0.48
Hex 48 2D CA 40 4E 0 15 FA 40 30
Octal 110 55 312 100 116 0 25 372 100 60
Binary 1001000 101101 11001010 1000000 1001110 0 10101 11111010 1000000 110000

Color Harmonies of #482DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DCA

Black with #482DCA

Text Example


Text Example

White with #482DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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