Html Css Color HEX #482ACC Purple Heart

📋 copy color: '#482ACC'

red 72 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #482ACC

Tints of Purple Heart #482ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 22.64%
G = 13.21%
B = 64.15%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#482ACC (or 0x482ACC) is known color: Purple Heart. HEX triplet: 48, 2A and CC. RGB value is (72,42,204). Sum of RGB (Red+Green+Blue) = 72+42+204=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #482ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ACC is #B7D533. Grayscale: #444444. Windows color (decimal): -12047668 or 13380168. OLE color: 13380168.

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

Color convert

RGB 72 42 204 -
CMYK 0.65 0.79 0 0.2
HSL 251.11º 0.66% 0.48% -
HSV(B) 251.11º 0.79% 0.8% -
XYZ 14.4 7.39 57.79 -
YUV 69.44 203.94 129.83 -
System Red Green Blue C M Y K H S L
Decimal 72 42 204 0.65 0.79 0 0.2 251.11 0.66 0.48
Hex 48 2A CC 41 4F 0 14 FB 42 30
Octal 110 52 314 101 117 0 24 373 102 60
Binary 1001000 101010 11001100 1000001 1001111 0 10100 11111011 1000010 110000

Color Harmonies of #482ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482ACC

Black with #482ACC

Text Example


Text Example

White with #482ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,204); }

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

background-color css

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

 a { background-color: rgb(72,42,204); }

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

border-color css

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

 span { border-color: rgb(72,42,204); }

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