Html Css Color HEX #4708BC Purple Heart

📋 copy color: '#4708BC'

red 71 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #4708BC

Tints of Purple Heart #4708BC

RGB

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

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

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

R = 26.59%
G = 3%
B = 70.41%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4708BC (or 0x4708BC) is known color: Purple Heart. HEX triplet: 47, 08 and BC. RGB value is (71,8,188). Sum of RGB (Red+Green+Blue) = 71+8+188=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #4708BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4708BC is #B8F743. Grayscale: #2E2E2E. Windows color (decimal): -12121924 or 12322887. OLE color: 12322887.

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

Color convert

RGB 71 8 188 -
CMYK 0.62 0.96 0 0.26
HSL 261º 0.92% 0.38% -
HSV(B) 261º 0.96% 0.74% -
XYZ 11.76 5.14 47.95 -
YUV 47.36 207.37 144.86 -
System Red Green Blue C M Y K H S L
Decimal 71 8 188 0.62 0.96 0 0.26 261 0.92 0.38
Hex 47 8 BC 3E 60 0 1A 105 5C 26
Octal 107 10 274 76 140 0 32 405 134 46
Binary 1000111 1000 10111100 111110 1100000 0 11010 100000101 1011100 100110

Color Harmonies of #4708BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4708BC

Black with #4708BC

Text Example


Text Example

White with #4708BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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