Html Css Color HEX #670E6F Purple

📋 copy color: '#670E6F'

red 103 ◦ green 14 ◦ blue 111

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

Shades of Purple #670E6F

Tints of Purple #670E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 111 (43.75% from 255) = 48.68%

R = 45.18%
G = 6.14%
B = 48.68%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#670E6F (or 0x670E6F) is known color: Purple. HEX triplet: 67, 0E and 6F. RGB value is (103,14,111). Sum of RGB (Red+Green+Blue) = 103+14+111=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #670E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E6F is #98F190. Grayscale: #333333. Windows color (decimal): -10023313 or 7278183. OLE color: 7278183.

HSL color Cylindrical-coordinate representation of color #670E6F: hue angle of 295.05º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670E6F is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 14 111 -
CMYK 0.07 0.87 0 0.56
HSL 295.05º 0.78% 0.25% -
HSV(B) 295.05º 0.87% 0.44% -
XYZ 8.62 4.35 15.42 -
YUV 51.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 103 14 111 0.07 0.87 0 0.56 295.05 0.78 0.25
Hex 67 E 6F 7 57 0 38 127 4E 19
Octal 147 16 157 7 127 0 70 447 116 31
Binary 1100111 1110 1101111 111 1010111 0 111000 100100111 1001110 11001

Color Harmonies of #670E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670E6F

Black with #670E6F

Text Example


Text Example

White with #670E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670E6F; }

 p { color: rgb(103,14,111); }

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

background-color css

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

 a { background-color: rgb(103,14,111); }

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

border-color css

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

 span { border-color: rgb(103,14,111); }

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