Html Css Color HEX #700466 Purple

📋 copy color: '#700466'

red 112 ◦ green 4 ◦ blue 102

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

Shades of Purple #700466

Tints of Purple #700466

RGB

 RED value IS 112 (44.14% from 255) = 51.38%

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 51.38%
G = 1.83%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#700466 (or 0x700466) is known color: Purple. HEX triplet: 70, 04 and 66. RGB value is (112,4,102). Sum of RGB (Red+Green+Blue) = 112+4+102=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700466 is #8FFB99. Grayscale: #2F2F2F. Windows color (decimal): -9436058 or 6685808. OLE color: 6685808.

HSL color Cylindrical-coordinate representation of color #700466: hue angle of 305.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700466 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 102 -
CMYK 0 0.96 0.09 0.56
HSL 305.56º 0.93% 0.23% -
HSV(B) 305.56º 0.96% 0.44% -
XYZ 9.12 4.49 12.96 -
YUV 47.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 112 4 102 0 0.96 0.09 0.56 305.56 0.93 0.23
Hex 70 4 66 0 60 9 38 132 5D 17
Octal 160 4 146 0 140 11 70 462 135 27
Binary 1110000 100 1100110 0 1100000 1001 111000 100110010 1011101 10111

Color Harmonies of #700466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700466

Black with #700466

Text Example


Text Example

White with #700466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700466; }

 p { color: rgb(112,4,102); }

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

background-color css

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

 a { background-color: rgb(112,4,102); }

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

border-color css

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

 span { border-color: rgb(112,4,102); }

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