Html Css Color HEX #4807C0 Purple Heart

📋 copy color: '#4807C0'

red 72 ◦ green 7 ◦ blue 192

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

Shades of Purple Heart #4807C0

Tints of Purple Heart #4807C0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 192 (75.39% from 255) = 70.85%

R = 26.57%
G = 2.58%
B = 70.85%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4807C0 (or 0x4807C0) is known color: Purple Heart. HEX triplet: 48, 07 and C0. RGB value is (72,7,192). Sum of RGB (Red+Green+Blue) = 72+7+192=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #4807C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4807C0 is #B7F83F. Grayscale: #2E2E2E. Windows color (decimal): -12056640 or 12584776. OLE color: 12584776.

HSL color Cylindrical-coordinate representation of color #4807C0: hue angle of 261.08º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4807C0 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 7 192 -
CMYK 0.63 0.96 0 0.25
HSL 261.08º 0.93% 0.39% -
HSV(B) 261.08º 0.96% 0.75% -
XYZ 12.26 5.34 50.25 -
YUV 47.53 209.53 145.46 -
System Red Green Blue C M Y K H S L
Decimal 72 7 192 0.63 0.96 0 0.25 261.08 0.93 0.39
Hex 48 7 C0 3F 60 0 19 105 5D 27
Octal 110 7 300 77 140 0 31 405 135 47
Binary 1001000 111 11000000 111111 1100000 0 11001 100000101 1011101 100111

Color Harmonies of #4807C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4807C0

Black with #4807C0

Text Example


Text Example

White with #4807C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4807C0; }

 p { color: rgb(72,7,192); }

 H1.HeaderClassName
 {
   color: #4807C0;
 }
 .AnyTagClassName
 {
   color: #4807C0;
 }
</style>

background-color css

<style>
 a { background-color: #4807C0; }

 a { background-color: rgb(72,7,192); }

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

border-color css

<style>
 span { border-color: #4807C0; }

 span { border-color: rgb(72,7,192); }

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