Html Css Color HEX #670C73 Purple

📋 copy color: '#670C73'

red 103 ◦ green 12 ◦ blue 115

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

Shades of Purple #670C73

Tints of Purple #670C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.22%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 44.78%
G = 5.22%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670C73 (or 0x670C73) is known color: Purple. HEX triplet: 67, 0C and 73. RGB value is (103,12,115). Sum of RGB (Red+Green+Blue) = 103+12+115=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #670C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C73 is #98F38C. Grayscale: #323232. Windows color (decimal): -10023821 or 7539815. OLE color: 7539815.

HSL color Cylindrical-coordinate representation of color #670C73: hue angle of 293.01º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670C73 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 12 115 -
CMYK 0.10 0.90 0 0.55
HSL 293.01º 0.81% 0.25% -
HSV(B) 293.01º 0.9% 0.45% -
XYZ 8.82 4.38 16.6 -
YUV 50.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 103 12 115 0.10 0.90 0 0.55 293.01 0.81 0.25
Hex 67 C 73 A 5A 0 37 125 51 19
Octal 147 14 163 12 132 0 67 445 121 31
Binary 1100111 1100 1110011 1010 1011010 0 110111 100100101 1010001 11001

Color Harmonies of #670C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C73

Black with #670C73

Text Example


Text Example

White with #670C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,12,115); }

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

background-color css

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

 a { background-color: rgb(103,12,115); }

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

border-color css

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

 span { border-color: rgb(103,12,115); }

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