Html Css Color HEX #4801C7 Purple Heart

📋 copy color: '#4801C7'

red 72 ◦ green 1 ◦ blue 199

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

Shades of Purple Heart #4801C7

Tints of Purple Heart #4801C7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 199 (78.13% from 255) = 73.16%

R = 26.47%
G = 0.37%
B = 73.16%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4801C7 (or 0x4801C7) is known color: Purple Heart. HEX triplet: 48, 01 and C7. RGB value is (72,1,199). Sum of RGB (Red+Green+Blue) = 72+1+199=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 199 (78.12% from 255 or 73.16% from 272); Max value from RGB is 199 - color contains mainly: blue. Hex color #4801C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4801C7 is #B7FE38. Grayscale: #2C2C2C. Windows color (decimal): -12058169 or 13041992. OLE color: 13041992.

HSL color Cylindrical-coordinate representation of color #4801C7: hue angle of 261.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4801C7 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 1 199 -
CMYK 0.64 0.99 0 0.22
HSL 261.52º 0.99% 0.39% -
HSV(B) 261.52º 0.99% 0.78% -
XYZ 12.99 5.52 54.41 -
YUV 44.8 215.02 147.4 -
System Red Green Blue C M Y K H S L
Decimal 72 1 199 0.64 0.99 0 0.22 261.52 0.99 0.39
Hex 48 1 C7 40 63 0 16 106 63 27
Octal 110 1 307 100 143 0 26 406 143 47
Binary 1001000 1 11000111 1000000 1100011 0 10110 100000110 1100011 100111

Color Harmonies of #4801C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4801C7

Black with #4801C7

Text Example


Text Example

White with #4801C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4801C7; }

 p { color: rgb(72,1,199); }

 H1.HeaderClassName
 {
   color: #4801C7;
 }
 .AnyTagClassName
 {
   color: #4801C7;
 }
</style>

background-color css

<style>
 a { background-color: #4801C7; }

 a { background-color: rgb(72,1,199); }

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

border-color css

<style>
 span { border-color: #4801C7; }

 span { border-color: rgb(72,1,199); }

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