Html Css Color HEX #482CC3 Purple Heart

📋 copy color: '#482CC3'

red 72 ◦ green 44 ◦ blue 195

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

Shades of Purple Heart #482CC3

Tints of Purple Heart #482CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.7%

R = 23.15%
G = 14.15%
B = 62.7%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#482CC3 (or 0x482CC3) is known color: Purple Heart. HEX triplet: 48, 2C and C3. RGB value is (72,44,195). Sum of RGB (Red+Green+Blue) = 72+44+195=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #482CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CC3 is #B7D33C. Grayscale: #454545. Windows color (decimal): -12047165 or 12790856. OLE color: 12790856.

HSL color Cylindrical-coordinate representation of color #482CC3: hue angle of 251.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482CC3 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 44 195 -
CMYK 0.63 0.77 0 0.24
HSL 251.13º 0.63% 0.47% -
HSV(B) 251.13º 0.77% 0.76% -
XYZ 13.42 7.12 52.3 -
YUV 69.59 198.78 129.72 -
System Red Green Blue C M Y K H S L
Decimal 72 44 195 0.63 0.77 0 0.24 251.13 0.63 0.47
Hex 48 2C C3 3F 4D 0 18 FB 3F 2F
Octal 110 54 303 77 115 0 30 373 77 57
Binary 1001000 101100 11000011 111111 1001101 0 11000 11111011 111111 101111

Color Harmonies of #482CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CC3

Black with #482CC3

Text Example


Text Example

White with #482CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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