Html Css Color HEX #610A6B Palatinate Purple

📋 copy color: '#610A6B'

red 97 ◦ green 10 ◦ blue 107

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

Shades of Palatinate Purple #610A6B

Tints of Palatinate Purple #610A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 107 (42.19% from 255) = 50%

R = 45.33%
G = 4.67%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#610A6B (or 0x610A6B) is known color: Palatinate Purple. HEX triplet: 61, 0A and 6B. RGB value is (97,10,107). Sum of RGB (Red+Green+Blue) = 97+10+107=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #610A6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A6B is #9EF594. Grayscale: #2E2E2E. Windows color (decimal): -10417557 or 7015009. OLE color: 7015009.

HSL color Cylindrical-coordinate representation of color #610A6B: hue angle of 293.81º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610A6B is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 10 107 -
CMYK 0.09 0.91 0 0.58
HSL 293.81º 0.83% 0.23% -
HSV(B) 293.81º 0.91% 0.42% -
XYZ 7.69 3.82 14.24 -
YUV 47.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 97 10 107 0.09 0.91 0 0.58 293.81 0.83 0.23
Hex 61 A 6B 9 5B 0 3A 126 53 17
Octal 141 12 153 11 133 0 72 446 123 27
Binary 1100001 1010 1101011 1001 1011011 0 111010 100100110 1010011 10111

Color Harmonies of #610A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610A6B

Black with #610A6B

Text Example


Text Example

White with #610A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610A6B; }

 p { color: rgb(97,10,107); }

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

background-color css

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

 a { background-color: rgb(97,10,107); }

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

border-color css

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

 span { border-color: rgb(97,10,107); }

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