Html Css Color HEX #4C1FD5 Purple Heart

📋 copy color: '#4C1FD5'

red 76 ◦ green 31 ◦ blue 213

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

Shades of Purple Heart #4C1FD5

Tints of Purple Heart #4C1FD5

RGB

 RED value IS 76 (30.08% from 255) = 23.75%

 GREEN value IS 31 (12.5% from 255) = 9.69%

 BLUE value IS 213 (83.59% from 255) = 66.56%

R = 23.75%
G = 9.69%
B = 66.56%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C1FD5 (or 0x4C1FD5) is known color: Purple Heart. HEX triplet: 4C, 1F and D5. RGB value is (76,31,213). Sum of RGB (Red+Green+Blue) = 76+31+213=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #4C1FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1FD5 is #B3E02A. Grayscale: #404040. Windows color (decimal): -11788331 or 13967180. OLE color: 13967180.

HSL color Cylindrical-coordinate representation of color #4C1FD5: hue angle of 254.84º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1FD5 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 31 213 -
CMYK 0.64 0.85 0 0.16
HSL 254.84º 0.75% 0.48% -
HSV(B) 254.84º 0.85% 0.84% -
XYZ 15.48 7.32 63.55 -
YUV 65.2 211.41 135.7 -
System Red Green Blue C M Y K H S L
Decimal 76 31 213 0.64 0.85 0 0.16 254.84 0.75 0.48
Hex 4C 1F D5 40 55 0 10 FF 4B 30
Octal 114 37 325 100 125 0 20 377 113 60
Binary 1001100 11111 11010101 1000000 1010101 0 10000 11111111 1001011 110000

Color Harmonies of #4C1FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1FD5

Black with #4C1FD5

Text Example


Text Example

White with #4C1FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C1FD5; }

 p { color: rgb(76,31,213); }

 H1.HeaderClassName
 {
   color: #4C1FD5;
 }
 .AnyTagClassName
 {
   color: #4C1FD5;
 }
</style>

background-color css

<style>
 a { background-color: #4C1FD5; }

 a { background-color: rgb(76,31,213); }

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

border-color css

<style>
 span { border-color: #4C1FD5; }

 span { border-color: rgb(76,31,213); }

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