Html Css Color HEX #4700C8 Purple Heart

📋 copy color: '#4700C8'

red 71 ◦ green 0 ◦ blue 200

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

Shades of Purple Heart #4700C8

Tints of Purple Heart #4700C8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 200 (78.52% from 255) = 73.8%

R = 26.2%
G = 0%
B = 73.8%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4700C8 (or 0x4700C8) is known color: Purple Heart. HEX triplet: 47, 00 and C8. RGB value is (71,0,200). Sum of RGB (Red+Green+Blue) = 71+0+200=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 200 (78.52% from 255 or 73.80% from 271); Max value from RGB is 200 - color contains mainly: blue. Hex color #4700C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4700C8 is #B8FF37. Grayscale: #2B2B2B. Windows color (decimal): -12123960 or 13107271. OLE color: 13107271.

HSL color Cylindrical-coordinate representation of color #4700C8: hue angle of 261.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4700C8 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 0 200 -
CMYK 0.64 1 0 0.22
HSL 261.3º 1% 0.39% -
HSV(B) 261.3º 1% 0.78% -
XYZ 13.02 5.51 55.02 -
YUV 44.03 216.02 147.24 -
System Red Green Blue C M Y K H S L
Decimal 71 0 200 0.64 1 0 0.22 261.3 1 0.39
Hex 47 0 C8 40 64 0 16 105 64 27
Octal 107 0 310 100 144 0 26 405 144 47
Binary 1000111 0 11001000 1000000 1100100 0 10110 100000101 1100100 100111

Color Harmonies of #4700C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700C8

Black with #4700C8

Text Example


Text Example

White with #4700C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4700C8; }

 p { color: rgb(71,0,200); }

 H1.HeaderClassName
 {
   color: #4700C8;
 }
 .AnyTagClassName
 {
   color: #4700C8;
 }
</style>

background-color css

<style>
 a { background-color: #4700C8; }

 a { background-color: rgb(71,0,200); }

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

border-color css

<style>
 span { border-color: #4700C8; }

 span { border-color: rgb(71,0,200); }

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