Html Css Color HEX #670570 Purple

📋 copy color: '#670570'

red 103 ◦ green 5 ◦ blue 112

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

Shades of Purple #670570

Tints of Purple #670570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

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

R = 46.82%
G = 2.27%
B = 50.91%

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

#670570 (or 0x670570) is known color: Purple. HEX triplet: 67, 05 and 70. RGB value is (103,5,112). Sum of RGB (Red+Green+Blue) = 103+5+112=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #670570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670570 is #98FA8F. Grayscale: #2E2E2E. Windows color (decimal): -10025616 or 7341415. OLE color: 7341415.

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

Color convert

RGB 103 5 112 -
CMYK 0.08 0.96 0 0.56
HSL 294.95º 0.91% 0.23% -
HSV(B) 294.95º 0.96% 0.44% -
XYZ 8.57 4.16 15.68 -
YUV 46.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 103 5 112 0.08 0.96 0 0.56 294.95 0.91 0.23
Hex 67 5 70 8 60 0 38 127 5B 17
Octal 147 5 160 10 140 0 70 447 133 27
Binary 1100111 101 1110000 1000 1100000 0 111000 100100111 1011011 10111

Color Harmonies of #670570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670570

Black with #670570

Text Example


Text Example

White with #670570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670570; }

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

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

background-color css

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

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

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

border-color css

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

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

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