Html Css Color HEX #481EC0 Purple Heart

📋 copy color: '#481EC0'

red 72 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #481EC0

Tints of Purple Heart #481EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 192 (75.39% from 255) = 65.31%

R = 24.49%
G = 10.2%
B = 65.31%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#481EC0 (or 0x481EC0) is known color: Purple Heart. HEX triplet: 48, 1E and C0. RGB value is (72,30,192). Sum of RGB (Red+Green+Blue) = 72+30+192=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #481EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481EC0 is #B7E13F. Grayscale: #3C3C3C. Windows color (decimal): -12050752 or 12590664. OLE color: 12590664.

HSL color Cylindrical-coordinate representation of color #481EC0: hue angle of 255.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481EC0 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 30 192 -
CMYK 0.63 0.84 0 0.25
HSL 255.56º 0.73% 0.44% -
HSV(B) 255.56º 0.84% 0.75% -
XYZ 12.65 6.11 50.38 -
YUV 61.03 201.91 135.83 -
System Red Green Blue C M Y K H S L
Decimal 72 30 192 0.63 0.84 0 0.25 255.56 0.73 0.44
Hex 48 1E C0 3F 54 0 19 100 49 2C
Octal 110 36 300 77 124 0 31 400 111 54
Binary 1001000 11110 11000000 111111 1010100 0 11001 100000000 1001001 101100

Color Harmonies of #481EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EC0

Black with #481EC0

Text Example


Text Example

White with #481EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481EC0; }

 p { color: rgb(72,30,192); }

 H1.HeaderClassName
 {
   color: #481EC0;
 }
 .AnyTagClassName
 {
   color: #481EC0;
 }
</style>

background-color css

<style>
 a { background-color: #481EC0; }

 a { background-color: rgb(72,30,192); }

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

border-color css

<style>
 span { border-color: #481EC0; }

 span { border-color: rgb(72,30,192); }

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