Html Css Color HEX #482CD0 Purple Heart

📋 copy color: '#482CD0'

red 72 ◦ green 44 ◦ blue 208

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

Shades of Purple Heart #482CD0

Tints of Purple Heart #482CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 64.2%

R = 22.22%
G = 13.58%
B = 64.2%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#482CD0 (or 0x482CD0) is known color: Purple Heart. HEX triplet: 48, 2C and D0. RGB value is (72,44,208). Sum of RGB (Red+Green+Blue) = 72+44+208=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #482CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CD0 is #B7D32F. Grayscale: #464646. Windows color (decimal): -12047152 or 13642824. OLE color: 13642824.

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

Color convert

RGB 72 44 208 -
CMYK 0.65 0.79 0 0.18
HSL 250.24º 0.65% 0.49% -
HSV(B) 250.24º 0.79% 0.82% -
XYZ 14.96 7.73 60.38 -
YUV 71.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 72 44 208 0.65 0.79 0 0.18 250.24 0.65 0.49
Hex 48 2C D0 41 4F 0 12 FA 41 31
Octal 110 54 320 101 117 0 22 372 101 61
Binary 1001000 101100 11010000 1000001 1001111 0 10010 11111010 1000001 110001

Color Harmonies of #482CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CD0

Black with #482CD0

Text Example


Text Example

White with #482CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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