Html Css Color HEX #670470 Purple

📋 copy color: '#670470'

red 103 ◦ green 4 ◦ blue 112

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

Shades of Purple #670470

Tints of Purple #670470

RGB

 RED value IS 103 (40.63% from 255) = 47.03%

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

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 47.03%
G = 1.83%
B = 51.14%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#670470 (or 0x670470) is known color: Purple. HEX triplet: 67, 04 and 70. RGB value is (103,4,112). Sum of RGB (Red+Green+Blue) = 103+4+112=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #670470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670470 is #98FB8F. Grayscale: #2D2D2D. Windows color (decimal): -10025872 or 7341159. OLE color: 7341159.

HSL color Cylindrical-coordinate representation of color #670470: hue angle of 295º 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 #670470 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 4 112 -
CMYK 0.08 0.96 0 0.56
HSL 295º 0.93% 0.23% -
HSV(B) 295º 0.96% 0.44% -
XYZ 8.56 4.14 15.68 -
YUV 45.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 103 4 112 0.08 0.96 0 0.56 295 0.93 0.23
Hex 67 4 70 8 60 0 38 127 5D 17
Octal 147 4 160 10 140 0 70 447 135 27
Binary 1100111 100 1110000 1000 1100000 0 111000 100100111 1011101 10111

Color Harmonies of #670470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670470

Black with #670470

Text Example


Text Example

White with #670470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670470; }

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

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

background-color css

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

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

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

border-color css

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

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

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