Html Css Color HEX #670E74 Purple

📋 copy color: '#670E74'

red 103 ◦ green 14 ◦ blue 116

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

Shades of Purple #670E74

Tints of Purple #670E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 44.21%
G = 6.01%
B = 49.79%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670E74 (or 0x670E74) is known color: Purple. HEX triplet: 67, 0E and 74. RGB value is (103,14,116). Sum of RGB (Red+Green+Blue) = 103+14+116=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #670E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E74 is #98F18B. Grayscale: #333333. Windows color (decimal): -10023308 or 7605863. OLE color: 7605863.

HSL color Cylindrical-coordinate representation of color #670E74: hue angle of 292.35º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670E74 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 14 116 -
CMYK 0.11 0.88 0 0.55
HSL 292.35º 0.78% 0.25% -
HSV(B) 292.35º 0.88% 0.45% -
XYZ 8.9 4.46 16.91 -
YUV 52.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 103 14 116 0.11 0.88 0 0.55 292.35 0.78 0.25
Hex 67 E 74 B 58 0 37 124 4E 19
Octal 147 16 164 13 130 0 67 444 116 31
Binary 1100111 1110 1110100 1011 1011000 0 110111 100100100 1001110 11001

Color Harmonies of #670E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670E74

Black with #670E74

Text Example


Text Example

White with #670E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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