Html Css Color HEX #481ECD Purple Heart

📋 copy color: '#481ECD'

red 72 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #481ECD

Tints of Purple Heart #481ECD

RGB

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

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

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

R = 23.45%
G = 9.77%
B = 66.78%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#481ECD (or 0x481ECD) is known color: Purple Heart. HEX triplet: 48, 1E and CD. RGB value is (72,30,205). Sum of RGB (Red+Green+Blue) = 72+30+205=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #481ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ECD is #B7E132. Grayscale: #3D3D3D. Windows color (decimal): -12050739 or 13442632. OLE color: 13442632.

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

Color convert

RGB 72 30 205 -
CMYK 0.65 0.85 0 0.20
HSL 254.4º 0.74% 0.46% -
HSV(B) 254.4º 0.85% 0.8% -
XYZ 14.16 6.71 58.31 -
YUV 62.51 208.41 134.77 -
System Red Green Blue C M Y K H S L
Decimal 72 30 205 0.65 0.85 0 0.20 254.4 0.74 0.46
Hex 48 1E CD 41 55 0 14 FE 4A 2E
Octal 110 36 315 101 125 0 24 376 112 56
Binary 1001000 11110 11001101 1000001 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #481ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ECD

Black with #481ECD

Text Example


Text Example

White with #481ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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