Html Css Color HEX #670474 Purple

📋 copy color: '#670474'

red 103 ◦ green 4 ◦ blue 116

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

Shades of Purple #670474

Tints of Purple #670474

RGB

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

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

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

R = 46.19%
G = 1.79%
B = 52.02%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670474 (or 0x670474) is known color: Purple. HEX triplet: 67, 04 and 74. RGB value is (103,4,116). Sum of RGB (Red+Green+Blue) = 103+4+116=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #670474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670474 is #98FB8B. Grayscale: #2E2E2E. Windows color (decimal): -10025868 or 7603303. OLE color: 7603303.

HSL color Cylindrical-coordinate representation of color #670474: hue angle of 293.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670474 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 4 116 -
CMYK 0.11 0.97 0 0.55
HSL 293.04º 0.93% 0.24% -
HSV(B) 293.04º 0.97% 0.45% -
XYZ 8.79 4.23 16.88 -
YUV 46.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 103 4 116 0.11 0.97 0 0.55 293.04 0.93 0.24
Hex 67 4 74 B 61 0 37 125 5D 18
Octal 147 4 164 13 141 0 67 445 135 30
Binary 1100111 100 1110100 1011 1100001 0 110111 100100101 1011101 11000

Color Harmonies of #670474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670474

Black with #670474

Text Example


Text Example

White with #670474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670474; }

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

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

background-color css

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

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

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

border-color css

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

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

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