Html Css Color HEX #4704C1 Purple Heart

📋 copy color: '#4704C1'

red 71 ◦ green 4 ◦ blue 193

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

Shades of Purple Heart #4704C1

Tints of Purple Heart #4704C1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 26.49%
G = 1.49%
B = 72.01%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4704C1 (or 0x4704C1) is known color: Purple Heart. HEX triplet: 47, 04 and C1. RGB value is (71,4,193). Sum of RGB (Red+Green+Blue) = 71+4+193=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #4704C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704C1 is #B8FB3E. Grayscale: #2C2C2C. Windows color (decimal): -12122943 or 12649543. OLE color: 12649543.

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

Color convert

RGB 71 4 193 -
CMYK 0.63 0.98 0 0.24
HSL 261.27º 0.96% 0.39% -
HSV(B) 261.27º 0.98% 0.76% -
XYZ 12.27 5.28 50.82 -
YUV 45.58 211.2 146.13 -
System Red Green Blue C M Y K H S L
Decimal 71 4 193 0.63 0.98 0 0.24 261.27 0.96 0.39
Hex 47 4 C1 3F 62 0 18 105 60 27
Octal 107 4 301 77 142 0 30 405 140 47
Binary 1000111 100 11000001 111111 1100010 0 11000 100000101 1100000 100111

Color Harmonies of #4704C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4704C1

Black with #4704C1

Text Example


Text Example

White with #4704C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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