Html Css Color HEX #4700C1 Purple Heart

📋 copy color: '#4700C1'

red 71 ◦ green 0 ◦ blue 193

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

Shades of Purple Heart #4700C1

Tints of Purple Heart #4700C1

RGB

 RED value IS 71 (28.13% from 255) = 26.89%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 193 (75.78% from 255) = 73.11%

R = 26.89%
G = 0%
B = 73.11%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4700C1 (or 0x4700C1) is known color: Purple Heart. HEX triplet: 47, 00 and C1. RGB value is (71,0,193). Sum of RGB (Red+Green+Blue) = 71+0+193=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 193 (75.78% from 255 or 73.11% from 264); Max value from RGB is 193 - color contains mainly: blue. Hex color #4700C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4700C1 is #B8FF3E. Grayscale: #2A2A2A. Windows color (decimal): -12123967 or 12648519. OLE color: 12648519.

HSL color Cylindrical-coordinate representation of color #4700C1: hue angle of 262.07º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4700C1 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 0 193 -
CMYK 0.63 1 0 0.24
HSL 262.07º 1% 0.38% -
HSV(B) 262.07º 1% 0.76% -
XYZ 12.22 5.19 50.81 -
YUV 43.23 212.52 147.81 -
System Red Green Blue C M Y K H S L
Decimal 71 0 193 0.63 1 0 0.24 262.07 1 0.38
Hex 47 0 C1 3F 64 0 18 106 64 26
Octal 107 0 301 77 144 0 30 406 144 46
Binary 1000111 0 11000001 111111 1100100 0 11000 100000110 1100100 100110

Color Harmonies of #4700C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700C1

Black with #4700C1

Text Example


Text Example

White with #4700C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4700C1; }

 p { color: rgb(71,0,193); }

 H1.HeaderClassName
 {
   color: #4700C1;
 }
 .AnyTagClassName
 {
   color: #4700C1;
 }
</style>

background-color css

<style>
 a { background-color: #4700C1; }

 a { background-color: rgb(71,0,193); }

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

border-color css

<style>
 span { border-color: #4700C1; }

 span { border-color: rgb(71,0,193); }

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