Html Css Color HEX #4710BD Purple Heart

📋 copy color: '#4710BD'

red 71 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #4710BD

Tints of Purple Heart #4710BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.48%

R = 25.72%
G = 5.8%
B = 68.48%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4710BD (or 0x4710BD) is known color: Purple Heart. HEX triplet: 47, 10 and BD. RGB value is (71,16,189). Sum of RGB (Red+Green+Blue) = 71+16+189=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #4710BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710BD is #B8EF42. Grayscale: #333333. Windows color (decimal): -12119875 or 12390471. OLE color: 12390471.

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

Color convert

RGB 71 16 189 -
CMYK 0.62 0.92 0 0.26
HSL 259.08º 0.84% 0.4% -
HSV(B) 259.08º 0.92% 0.74% -
XYZ 11.97 5.38 48.55 -
YUV 52.17 205.22 141.43 -
System Red Green Blue C M Y K H S L
Decimal 71 16 189 0.62 0.92 0 0.26 259.08 0.84 0.4
Hex 47 10 BD 3E 5C 0 1A 103 54 28
Octal 107 20 275 76 134 0 32 403 124 50
Binary 1000111 10000 10111101 111110 1011100 0 11010 100000011 1010100 101000

Color Harmonies of #4710BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710BD

Black with #4710BD

Text Example


Text Example

White with #4710BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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