Html Css Color HEX #481CCD Purple Heart

📋 copy color: '#481CCD'

red 72 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #481CCD

Tints of Purple Heart #481CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

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

R = 23.61%
G = 9.18%
B = 67.21%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#481CCD (or 0x481CCD) is known color: Purple Heart. HEX triplet: 48, 1C and CD. RGB value is (72,28,205). Sum of RGB (Red+Green+Blue) = 72+28+205=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #481CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CCD is #B7E332. Grayscale: #3C3C3C. Windows color (decimal): -12051251 or 13442120. OLE color: 13442120.

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

Color convert

RGB 72 28 205 -
CMYK 0.65 0.86 0 0.20
HSL 254.92º 0.76% 0.46% -
HSV(B) 254.92º 0.86% 0.8% -
XYZ 14.11 6.62 58.29 -
YUV 61.33 209.08 135.61 -
System Red Green Blue C M Y K H S L
Decimal 72 28 205 0.65 0.86 0 0.20 254.92 0.76 0.46
Hex 48 1C CD 41 56 0 14 FF 4C 2E
Octal 110 34 315 101 126 0 24 377 114 56
Binary 1001000 11100 11001101 1000001 1010110 0 10100 11111111 1001100 101110

Color Harmonies of #481CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CCD

Black with #481CCD

Text Example


Text Example

White with #481CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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