Html Css Color HEX #481ACD Purple Heart

📋 copy color: '#481ACD'

red 72 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #481ACD

Tints of Purple Heart #481ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 23.76%
G = 8.58%
B = 67.66%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#481ACD (or 0x481ACD) is known color: Purple Heart. HEX triplet: 48, 1A and CD. RGB value is (72,26,205). Sum of RGB (Red+Green+Blue) = 72+26+205=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #481ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ACD is #B7E532. Grayscale: #3B3B3B. Windows color (decimal): -12051763 or 13441608. OLE color: 13441608.

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

Color convert

RGB 72 26 205 -
CMYK 0.65 0.87 0 0.20
HSL 255.42º 0.77% 0.45% -
HSV(B) 255.42º 0.87% 0.8% -
XYZ 14.06 6.52 58.28 -
YUV 60.16 209.74 136.45 -
System Red Green Blue C M Y K H S L
Decimal 72 26 205 0.65 0.87 0 0.20 255.42 0.77 0.45
Hex 48 1A CD 41 57 0 14 FF 4D 2D
Octal 110 32 315 101 127 0 24 377 115 55
Binary 1001000 11010 11001101 1000001 1010111 0 10100 11111111 1001101 101101

Color Harmonies of #481ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ACD

Black with #481ACD

Text Example


Text Example

White with #481ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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