Html Css Color HEX #4708BD Purple Heart

📋 copy color: '#4708BD'

red 71 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #4708BD

Tints of Purple Heart #4708BD

RGB

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

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

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

R = 26.49%
G = 2.99%
B = 70.52%

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

#4708BD (or 0x4708BD) is known color: Purple Heart. HEX triplet: 47, 08 and BD. RGB value is (71,8,189). Sum of RGB (Red+Green+Blue) = 71+8+189=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #4708BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4708BD is #B8F742. Grayscale: #2E2E2E. Windows color (decimal): -12121923 or 12388423. OLE color: 12388423.

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

Color convert

RGB 71 8 189 -
CMYK 0.62 0.96 0 0.26
HSL 260.88º 0.92% 0.39% -
HSV(B) 260.88º 0.96% 0.74% -
XYZ 11.87 5.19 48.52 -
YUV 47.47 207.87 144.78 -
System Red Green Blue C M Y K H S L
Decimal 71 8 189 0.62 0.96 0 0.26 260.88 0.92 0.39
Hex 47 8 BD 3E 60 0 1A 105 5C 27
Octal 107 10 275 76 140 0 32 405 134 47
Binary 1000111 1000 10111101 111110 1100000 0 11010 100000101 1011100 100111

Color Harmonies of #4708BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4708BD

Black with #4708BD

Text Example


Text Example

White with #4708BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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