Html Css Color HEX #610669 Purple

📋 copy color: '#610669'

red 97 ◦ green 6 ◦ blue 105

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

Shades of Purple #610669

Tints of Purple #610669

RGB

 RED value IS 97 (38.28% from 255) = 46.63%

 GREEN value IS 6 (2.73% from 255) = 2.88%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 46.63%
G = 2.88%
B = 50.48%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#610669 (or 0x610669) is known color: Purple. HEX triplet: 61, 06 and 69. RGB value is (97,6,105). Sum of RGB (Red+Green+Blue) = 97+6+105=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #610669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610669 is #9EF996. Grayscale: #2C2C2C. Windows color (decimal): -10418583 or 6882913. OLE color: 6882913.

HSL color Cylindrical-coordinate representation of color #610669: hue angle of 295.15º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610669 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 6 105 -
CMYK 0.08 0.94 0 0.59
HSL 295.15º 0.89% 0.22% -
HSV(B) 295.15º 0.94% 0.41% -
XYZ 7.54 3.69 13.68 -
YUV 44.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 97 6 105 0.08 0.94 0 0.59 295.15 0.89 0.22
Hex 61 6 69 8 5E 0 3B 127 59 16
Octal 141 6 151 10 136 0 73 447 131 26
Binary 1100001 110 1101001 1000 1011110 0 111011 100100111 1011001 10110

Color Harmonies of #610669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610669

Black with #610669

Text Example


Text Example

White with #610669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610669; }

 p { color: rgb(97,6,105); }

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

background-color css

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

 a { background-color: rgb(97,6,105); }

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

border-color css

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

 span { border-color: rgb(97,6,105); }

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