Html Css Color HEX #482DCE Purple Heart

📋 copy color: '#482DCE'

red 72 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #482DCE

Tints of Purple Heart #482DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 22.29%
G = 13.93%
B = 63.78%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#482DCE (or 0x482DCE) is known color: Purple Heart. HEX triplet: 48, 2D and CE. RGB value is (72,45,206). Sum of RGB (Red+Green+Blue) = 72+45+206=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #482DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DCE is #B7D231. Grayscale: #464646. Windows color (decimal): -12046898 or 13512008. OLE color: 13512008.

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

Color convert

RGB 72 45 206 -
CMYK 0.65 0.78 0 0.19
HSL 250.06º 0.64% 0.49% -
HSV(B) 250.06º 0.78% 0.81% -
XYZ 14.75 7.71 59.1 -
YUV 71.43 203.95 128.41 -
System Red Green Blue C M Y K H S L
Decimal 72 45 206 0.65 0.78 0 0.19 250.06 0.64 0.49
Hex 48 2D CE 41 4E 0 13 FA 40 31
Octal 110 55 316 101 116 0 23 372 100 61
Binary 1001000 101101 11001110 1000001 1001110 0 10011 11111010 1000000 110001

Color Harmonies of #482DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DCE

Black with #482DCE

Text Example


Text Example

White with #482DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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