Html Css Color HEX #670085 Purple

📋 copy color: '#670085'

red 103 ◦ green 0 ◦ blue 133

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

Shades of Purple #670085

Tints of Purple #670085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 43.64%
G = 0%
B = 56.36%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#670085 (or 0x670085) is known color: Purple. HEX triplet: 67, 00 and 85. RGB value is (103,0,133). Sum of RGB (Red+Green+Blue) = 103+0+133=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #670085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670085 is #98FF7A. Grayscale: #2D2D2D. Windows color (decimal): -10026875 or 8716391. OLE color: 8716391.

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

Color convert

RGB 103 0 133 -
CMYK 0.23 1 0 0.48
HSL 286.47º 1% 0.26% -
HSV(B) 286.47º 1% 0.52% -
XYZ 9.83 4.58 22.56 -
YUV 45.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 103 0 133 0.23 1 0 0.48 286.47 1 0.26
Hex 67 0 85 17 64 0 30 11E 64 1A
Octal 147 0 205 27 144 0 60 436 144 32
Binary 1100111 0 10000101 10111 1100100 0 110000 100011110 1100100 11010

Color Harmonies of #670085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670085

Black with #670085

Text Example


Text Example

White with #670085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670085; }

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

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

background-color css

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

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

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

border-color css

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

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

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