Html Css Color HEX #4710CE Purple Heart

📋 copy color: '#4710CE'

red 71 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #4710CE

Tints of Purple Heart #4710CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 24.23%
G = 5.46%
B = 70.31%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4710CE (or 0x4710CE) is known color: Purple Heart. HEX triplet: 47, 10 and CE. RGB value is (71,16,206). Sum of RGB (Red+Green+Blue) = 71+16+206=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4710CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710CE is #B8EF31. Grayscale: #353535. Windows color (decimal): -12119858 or 13504583. OLE color: 13504583.

HSL color Cylindrical-coordinate representation of color #4710CE: hue angle of 257.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4710CE is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 16 206 -
CMYK 0.66 0.92 0 0.19
HSL 257.37º 0.86% 0.44% -
HSV(B) 257.37º 0.92% 0.81% -
XYZ 13.92 6.17 58.85 -
YUV 54.11 213.72 140.05 -
System Red Green Blue C M Y K H S L
Decimal 71 16 206 0.66 0.92 0 0.19 257.37 0.86 0.44
Hex 47 10 CE 42 5C 0 13 101 56 2C
Octal 107 20 316 102 134 0 23 401 126 54
Binary 1000111 10000 11001110 1000010 1011100 0 10011 100000001 1010110 101100

Color Harmonies of #4710CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710CE

Black with #4710CE

Text Example


Text Example

White with #4710CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4710CE; }

 p { color: rgb(71,16,206); }

 H1.HeaderClassName
 {
   color: #4710CE;
 }
 .AnyTagClassName
 {
   color: #4710CE;
 }
</style>

background-color css

<style>
 a { background-color: #4710CE; }

 a { background-color: rgb(71,16,206); }

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

border-color css

<style>
 span { border-color: #4710CE; }

 span { border-color: rgb(71,16,206); }

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