Html Css Color HEX #481DC9 Purple Heart

📋 copy color: '#481DC9'

red 72 ◦ green 29 ◦ blue 201

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

Shades of Purple Heart #481DC9

Tints of Purple Heart #481DC9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

 BLUE value IS 201 (78.91% from 255) = 66.56%

R = 23.84%
G = 9.6%
B = 66.56%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#481DC9 (or 0x481DC9) is known color: Purple Heart. HEX triplet: 48, 1D and C9. RGB value is (72,29,201). Sum of RGB (Red+Green+Blue) = 72+29+201=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 201 (78.91% from 255 or 66.56% from 302); Max value from RGB is 201 - color contains mainly: blue. Hex color #481DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DC9 is #B7E236. Grayscale: #3C3C3C. Windows color (decimal): -12050999 or 13180232. OLE color: 13180232.

HSL color Cylindrical-coordinate representation of color #481DC9: hue angle of 255º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481DC9 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 29 201 -
CMYK 0.64 0.86 0 0.21
HSL 255º 0.75% 0.45% -
HSV(B) 255º 0.86% 0.79% -
XYZ 13.65 6.47 55.79 -
YUV 61.47 206.75 135.51 -
System Red Green Blue C M Y K H S L
Decimal 72 29 201 0.64 0.86 0 0.21 255 0.75 0.45
Hex 48 1D C9 40 56 0 15 FF 4B 2D
Octal 110 35 311 100 126 0 25 377 113 55
Binary 1001000 11101 11001001 1000000 1010110 0 10101 11111111 1001011 101101

Color Harmonies of #481DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DC9

Black with #481DC9

Text Example


Text Example

White with #481DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,201); }

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

background-color css

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

 a { background-color: rgb(72,29,201); }

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

border-color css

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

 span { border-color: rgb(72,29,201); }

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