Html Css Color HEX #482CCD Purple Heart

📋 copy color: '#482CCD'

red 72 ◦ green 44 ◦ blue 205

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

Shades of Purple Heart #482CCD

Tints of Purple Heart #482CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 22.43%
G = 13.71%
B = 63.86%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#482CCD (or 0x482CCD) is known color: Purple Heart. HEX triplet: 48, 2C and CD. RGB value is (72,44,205). Sum of RGB (Red+Green+Blue) = 72+44+205=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #482CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CCD is #B7D332. Grayscale: #464646. Windows color (decimal): -12047155 or 13446216. OLE color: 13446216.

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

Color convert

RGB 72 44 205 -
CMYK 0.65 0.79 0 0.20
HSL 250.43º 0.65% 0.49% -
HSV(B) 250.43º 0.79% 0.8% -
XYZ 14.59 7.59 58.45 -
YUV 70.73 203.78 128.91 -
System Red Green Blue C M Y K H S L
Decimal 72 44 205 0.65 0.79 0 0.20 250.43 0.65 0.49
Hex 48 2C CD 41 4F 0 14 FA 41 31
Octal 110 54 315 101 117 0 24 372 101 61
Binary 1001000 101100 11001101 1000001 1001111 0 10100 11111010 1000001 110001

Color Harmonies of #482CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CCD

Black with #482CCD

Text Example


Text Example

White with #482CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,44,205); }

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

background-color css

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

 a { background-color: rgb(72,44,205); }

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

border-color css

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

 span { border-color: rgb(72,44,205); }

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