Html Css Color HEX #481ACE Purple Heart

📋 copy color: '#481ACE'

red 72 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #481ACE

Tints of Purple Heart #481ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.55%

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

R = 23.68%
G = 8.55%
B = 67.76%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#481ACE (or 0x481ACE) is known color: Purple Heart. HEX triplet: 48, 1A and CE. RGB value is (72,26,206). Sum of RGB (Red+Green+Blue) = 72+26+206=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #481ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ACE is #B7E531. Grayscale: #3B3B3B. Windows color (decimal): -12051762 or 13507144. OLE color: 13507144.

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

Color convert

RGB 72 26 206 -
CMYK 0.65 0.87 0 0.19
HSL 255.33º 0.78% 0.45% -
HSV(B) 255.33º 0.87% 0.81% -
XYZ 14.18 6.57 58.91 -
YUV 60.27 210.24 136.36 -
System Red Green Blue C M Y K H S L
Decimal 72 26 206 0.65 0.87 0 0.19 255.33 0.78 0.45
Hex 48 1A CE 41 57 0 13 FF 4E 2D
Octal 110 32 316 101 127 0 23 377 116 55
Binary 1001000 11010 11001110 1000001 1010111 0 10011 11111111 1001110 101101

Color Harmonies of #481ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ACE

Black with #481ACE

Text Example


Text Example

White with #481ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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