Html Css Color HEX #610169 Purple

📋 copy color: '#610169'

red 97 ◦ green 1 ◦ blue 105

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

Shades of Purple #610169

Tints of Purple #610169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 47.78%
G = 0.49%
B = 51.72%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#610169 (or 0x610169) is known color: Purple. HEX triplet: 61, 01 and 69. RGB value is (97,1,105). Sum of RGB (Red+Green+Blue) = 97+1+105=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #610169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610169 is #9EFE96. Grayscale: #292929. Windows color (decimal): -10419863 or 6881633. OLE color: 6881633.

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

Color convert

RGB 97 1 105 -
CMYK 0.08 0.99 0 0.59
HSL 295.38º 0.98% 0.21% -
HSV(B) 295.38º 0.99% 0.41% -
XYZ 7.49 3.58 13.66 -
YUV 41.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 97 1 105 0.08 0.99 0 0.59 295.38 0.98 0.21
Hex 61 1 69 8 63 0 3B 127 62 15
Octal 141 1 151 10 143 0 73 447 142 25
Binary 1100001 1 1101001 1000 1100011 0 111011 100100111 1100010 10101

Color Harmonies of #610169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610169

Black with #610169

Text Example


Text Example

White with #610169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610169; }

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

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

background-color css

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

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

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

border-color css

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

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

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