Html Css Color HEX #612762 Palatinate Purple

📋 copy color: '#612762'

red 97 ◦ green 39 ◦ blue 98

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

Shades of Palatinate Purple #612762

Tints of Palatinate Purple #612762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

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

R = 41.45%
G = 16.67%
B = 41.88%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612762 (or 0x612762) is known color: Palatinate Purple. HEX triplet: 61, 27 and 62. RGB value is (97,39,98). Sum of RGB (Red+Green+Blue) = 97+39+98=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #612762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612762 is #9ED89D. Grayscale: #3E3E3E. Windows color (decimal): -10410142 or 6432609. OLE color: 6432609.

HSL color Cylindrical-coordinate representation of color #612762: hue angle of 298.98º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612762 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 98 -
CMYK 0.01 0.60 0 0.62
HSL 298.98º 0.43% 0.27% -
HSV(B) 298.98º 0.6% 0.38% -
XYZ 7.86 4.87 12.08 -
YUV 63.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 97 39 98 0.01 0.60 0 0.62 298.98 0.43 0.27
Hex 61 27 62 1 3C 0 3E 12B 2B 1B
Octal 141 47 142 1 74 0 76 453 53 33
Binary 1100001 100111 1100010 1 111100 0 111110 100101011 101011 11011

Color Harmonies of #612762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612762

Black with #612762

Text Example


Text Example

White with #612762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612762; }

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

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

background-color css

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

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

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

border-color css

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

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

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