Html Css Color HEX #4708BF Purple Heart

📋 copy color: '#4708BF'

red 71 ◦ green 8 ◦ blue 191

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

Shades of Purple Heart #4708BF

Tints of Purple Heart #4708BF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

 BLUE value IS 191 (75% from 255) = 70.74%

R = 26.3%
G = 2.96%
B = 70.74%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4708BF (or 0x4708BF) is known color: Purple Heart. HEX triplet: 47, 08 and BF. RGB value is (71,8,191). Sum of RGB (Red+Green+Blue) = 71+8+191=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #4708BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4708BF is #B8F740. Grayscale: #2F2F2F. Windows color (decimal): -12121921 or 12519495. OLE color: 12519495.

HSL color Cylindrical-coordinate representation of color #4708BF: hue angle of 260.66º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4708BF is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 8 191 -
CMYK 0.63 0.96 0 0.25
HSL 260.66º 0.92% 0.39% -
HSV(B) 260.66º 0.96% 0.75% -
XYZ 12.09 5.27 49.67 -
YUV 47.7 208.87 144.62 -
System Red Green Blue C M Y K H S L
Decimal 71 8 191 0.63 0.96 0 0.25 260.66 0.92 0.39
Hex 47 8 BF 3F 60 0 19 105 5C 27
Octal 107 10 277 77 140 0 31 405 134 47
Binary 1000111 1000 10111111 111111 1100000 0 11001 100000101 1011100 100111

Color Harmonies of #4708BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4708BF

Black with #4708BF

Text Example


Text Example

White with #4708BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4708BF; }

 p { color: rgb(71,8,191); }

 H1.HeaderClassName
 {
   color: #4708BF;
 }
 .AnyTagClassName
 {
   color: #4708BF;
 }
</style>

background-color css

<style>
 a { background-color: #4708BF; }

 a { background-color: rgb(71,8,191); }

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

border-color css

<style>
 span { border-color: #4708BF; }

 span { border-color: rgb(71,8,191); }

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