Html Css Color HEX #481BCD Purple Heart

📋 copy color: '#481BCD'

red 72 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #481BCD

Tints of Purple Heart #481BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.88%

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

R = 23.68%
G = 8.88%
B = 67.43%

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

#481BCD (or 0x481BCD) is known color: Purple Heart. HEX triplet: 48, 1B and CD. RGB value is (72,27,205). Sum of RGB (Red+Green+Blue) = 72+27+205=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #481BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BCD is #B7E432. Grayscale: #3C3C3C. Windows color (decimal): -12051507 or 13441864. OLE color: 13441864.

HSL color Cylindrical-coordinate representation of color #481BCD: hue angle of 255.17º 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 #481BCD is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 27 205 -
CMYK 0.65 0.87 0 0.20
HSL 255.17º 0.77% 0.45% -
HSV(B) 255.17º 0.87% 0.8% -
XYZ 14.08 6.57 58.28 -
YUV 60.75 209.41 136.03 -
System Red Green Blue C M Y K H S L
Decimal 72 27 205 0.65 0.87 0 0.20 255.17 0.77 0.45
Hex 48 1B CD 41 57 0 14 FF 4D 2D
Octal 110 33 315 101 127 0 24 377 115 55
Binary 1001000 11011 11001101 1000001 1010111 0 10100 11111111 1001101 101101

Color Harmonies of #481BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BCD

Black with #481BCD

Text Example


Text Example

White with #481BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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