Html Css Color HEX #4706CA Purple Heart

📋 copy color: '#4706CA'

red 71 ◦ green 6 ◦ blue 202

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

Shades of Purple Heart #4706CA

Tints of Purple Heart #4706CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.4%

R = 25.45%
G = 2.15%
B = 72.4%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4706CA (or 0x4706CA) is known color: Purple Heart. HEX triplet: 47, 06 and CA. RGB value is (71,6,202). Sum of RGB (Red+Green+Blue) = 71+6+202=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #4706CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4706CA is #B8F935. Grayscale: #2F2F2F. Windows color (decimal): -12122422 or 13239879. OLE color: 13239879.

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

Color convert

RGB 71 6 202 -
CMYK 0.65 0.97 0 0.21
HSL 259.9º 0.94% 0.41% -
HSV(B) 259.9º 0.97% 0.79% -
XYZ 13.32 5.73 56.28 -
YUV 47.78 215.03 144.56 -
System Red Green Blue C M Y K H S L
Decimal 71 6 202 0.65 0.97 0 0.21 259.9 0.94 0.41
Hex 47 6 CA 41 61 0 15 104 5E 29
Octal 107 6 312 101 141 0 25 404 136 51
Binary 1000111 110 11001010 1000001 1100001 0 10101 100000100 1011110 101001

Color Harmonies of #4706CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4706CA

Black with #4706CA

Text Example


Text Example

White with #4706CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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