Html Css Color HEX #670083 Purple

📋 copy color: '#670083'

red 103 ◦ green 0 ◦ blue 131

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

Shades of Purple #670083

Tints of Purple #670083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 44.02%
G = 0%
B = 55.98%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#670083 (or 0x670083) is known color: Purple. HEX triplet: 67, 00 and 83. RGB value is (103,0,131). Sum of RGB (Red+Green+Blue) = 103+0+131=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #670083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670083 is #98FF7C. Grayscale: #2D2D2D. Windows color (decimal): -10026877 or 8585319. OLE color: 8585319.

HSL color Cylindrical-coordinate representation of color #670083: hue angle of 287.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670083 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 0 131 -
CMYK 0.21 1 0 0.49
HSL 287.18º 1% 0.26% -
HSV(B) 287.18º 1% 0.51% -
XYZ 9.69 4.52 21.83 -
YUV 45.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 103 0 131 0.21 1 0 0.49 287.18 1 0.26
Hex 67 0 83 15 64 0 31 11F 64 1A
Octal 147 0 203 25 144 0 61 437 144 32
Binary 1100111 0 10000011 10101 1100100 0 110001 100011111 1100100 11010

Color Harmonies of #670083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670083

Black with #670083

Text Example


Text Example

White with #670083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670083; }

 p { color: rgb(103,0,131); }

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

background-color css

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

 a { background-color: rgb(103,0,131); }

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

border-color css

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

 span { border-color: rgb(103,0,131); }

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