Html Css Color HEX #670370 Purple

📋 copy color: '#670370'

red 103 ◦ green 3 ◦ blue 112

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

Shades of Purple #670370

Tints of Purple #670370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 47.25%
G = 1.38%
B = 51.38%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#670370 (or 0x670370) is known color: Purple. HEX triplet: 67, 03 and 70. RGB value is (103,3,112). Sum of RGB (Red+Green+Blue) = 103+3+112=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #670370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670370 is #98FC8F. Grayscale: #2C2C2C. Windows color (decimal): -10026128 or 7340903. OLE color: 7340903.

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

Color convert

RGB 103 3 112 -
CMYK 0.08 0.97 0 0.56
HSL 295.05º 0.95% 0.23% -
HSV(B) 295.05º 0.97% 0.44% -
XYZ 8.55 4.12 15.67 -
YUV 45.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 103 3 112 0.08 0.97 0 0.56 295.05 0.95 0.23
Hex 67 3 70 8 61 0 38 127 5F 17
Octal 147 3 160 10 141 0 70 447 137 27
Binary 1100111 11 1110000 1000 1100001 0 111000 100100111 1011111 10111

Color Harmonies of #670370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670370

Black with #670370

Text Example


Text Example

White with #670370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670370; }

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

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

background-color css

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

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

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

border-color css

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

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

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