Html Css Color HEX #611C62 Palatinate Purple

📋 copy color: '#611C62'

red 97 ◦ green 28 ◦ blue 98

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

Shades of Palatinate Purple #611C62

Tints of Palatinate Purple #611C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 43.5%
G = 12.56%
B = 43.95%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611C62 (or 0x611C62) is known color: Palatinate Purple. HEX triplet: 61, 1C and 62. RGB value is (97,28,98). Sum of RGB (Red+Green+Blue) = 97+28+98=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #611C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C62 is #9EE39D. Grayscale: #383838. Windows color (decimal): -10412958 or 6429793. OLE color: 6429793.

HSL color Cylindrical-coordinate representation of color #611C62: hue angle of 299.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C62 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 98 -
CMYK 0.01 0.71 0 0.62
HSL 299.14º 0.56% 0.25% -
HSV(B) 299.14º 0.71% 0.38% -
XYZ 7.55 4.25 11.98 -
YUV 56.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 97 28 98 0.01 0.71 0 0.62 299.14 0.56 0.25
Hex 61 1C 62 1 47 0 3E 12B 38 19
Octal 141 34 142 1 107 0 76 453 70 31
Binary 1100001 11100 1100010 1 1000111 0 111110 100101011 111000 11001

Color Harmonies of #611C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C62

Black with #611C62

Text Example


Text Example

White with #611C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611C62; }

 p { color: rgb(97,28,98); }

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

background-color css

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

 a { background-color: rgb(97,28,98); }

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

border-color css

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

 span { border-color: rgb(97,28,98); }

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