Html Css Color HEX #4706CC Purple Heart

📋 copy color: '#4706CC'

red 71 ◦ green 6 ◦ blue 204

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

Shades of Purple Heart #4706CC

Tints of Purple Heart #4706CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.6%

R = 25.27%
G = 2.14%
B = 72.6%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4706CC (or 0x4706CC) is known color: Purple Heart. HEX triplet: 47, 06 and CC. RGB value is (71,6,204). Sum of RGB (Red+Green+Blue) = 71+6+204=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #4706CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4706CC is #B8F933. Grayscale: #2F2F2F. Windows color (decimal): -12122420 or 13370951. OLE color: 13370951.

HSL color Cylindrical-coordinate representation of color #4706CC: hue angle of 259.7º 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 #4706CC is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 6 204 -
CMYK 0.65 0.97 0 0.2
HSL 259.7º 0.94% 0.41% -
HSV(B) 259.7º 0.97% 0.8% -
XYZ 13.56 5.83 57.54 -
YUV 48.01 216.03 144.4 -
System Red Green Blue C M Y K H S L
Decimal 71 6 204 0.65 0.97 0 0.2 259.7 0.94 0.41
Hex 47 6 CC 41 61 0 14 104 5E 29
Octal 107 6 314 101 141 0 24 404 136 51
Binary 1000111 110 11001100 1000001 1100001 0 10100 100000100 1011110 101001

Color Harmonies of #4706CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4706CC

Black with #4706CC

Text Example


Text Example

White with #4706CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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