Html Css Color HEX #4710BC Purple Heart

📋 copy color: '#4710BC'

red 71 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #4710BC

Tints of Purple Heart #4710BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.36%

R = 25.82%
G = 5.82%
B = 68.36%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4710BC (or 0x4710BC) is known color: Purple Heart. HEX triplet: 47, 10 and BC. RGB value is (71,16,188). Sum of RGB (Red+Green+Blue) = 71+16+188=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #4710BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710BC is #B8EF43. Grayscale: #333333. Windows color (decimal): -12119876 or 12324935. OLE color: 12324935.

HSL color Cylindrical-coordinate representation of color #4710BC: hue angle of 259.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4710BC is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 16 188 -
CMYK 0.62 0.91 0 0.26
HSL 259.19º 0.84% 0.4% -
HSV(B) 259.19º 0.91% 0.74% -
XYZ 11.86 5.34 47.98 -
YUV 52.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 71 16 188 0.62 0.91 0 0.26 259.19 0.84 0.4
Hex 47 10 BC 3E 5B 0 1A 103 54 28
Octal 107 20 274 76 133 0 32 403 124 50
Binary 1000111 10000 10111100 111110 1011011 0 11010 100000011 1010100 101000

Color Harmonies of #4710BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710BC

Black with #4710BC

Text Example


Text Example

White with #4710BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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