Html Css Color HEX #4706CB Purple Heart

📋 copy color: '#4706CB'

red 71 ◦ green 6 ◦ blue 203

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

Shades of Purple Heart #4706CB

Tints of Purple Heart #4706CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 203 (79.69% from 255) = 72.5%

R = 25.36%
G = 2.14%
B = 72.5%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4706CB (or 0x4706CB) is known color: Purple Heart. HEX triplet: 47, 06 and CB. RGB value is (71,6,203). Sum of RGB (Red+Green+Blue) = 71+6+203=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #4706CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4706CB is #B8F934. Grayscale: #2F2F2F. Windows color (decimal): -12122421 or 13305415. OLE color: 13305415.

HSL color Cylindrical-coordinate representation of color #4706CB: hue angle of 259.8º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4706CB is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 6 203 -
CMYK 0.65 0.97 0 0.20
HSL 259.8º 0.94% 0.41% -
HSV(B) 259.8º 0.97% 0.8% -
XYZ 13.44 5.78 56.91 -
YUV 47.89 215.53 144.48 -
System Red Green Blue C M Y K H S L
Decimal 71 6 203 0.65 0.97 0 0.20 259.8 0.94 0.41
Hex 47 6 CB 41 61 0 14 104 5E 29
Octal 107 6 313 101 141 0 24 404 136 51
Binary 1000111 110 11001011 1000001 1100001 0 10100 100000100 1011110 101001

Color Harmonies of #4706CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4706CB

Black with #4706CB

Text Example


Text Example

White with #4706CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4706CB; }

 p { color: rgb(71,6,203); }

 H1.HeaderClassName
 {
   color: #4706CB;
 }
 .AnyTagClassName
 {
   color: #4706CB;
 }
</style>

background-color css

<style>
 a { background-color: #4706CB; }

 a { background-color: rgb(71,6,203); }

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

border-color css

<style>
 span { border-color: #4706CB; }

 span { border-color: rgb(71,6,203); }

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