Html Css Color HEX #612663 Palatinate Purple

📋 copy color: '#612663'

red 97 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #612663

Tints of Palatinate Purple #612663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 41.45%
G = 16.24%
B = 42.31%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#612663 (or 0x612663) is known color: Palatinate Purple. HEX triplet: 61, 26 and 63. RGB value is (97,38,99). Sum of RGB (Red+Green+Blue) = 97+38+99=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #612663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612663 is #9ED99C. Grayscale: #3E3E3E. Windows color (decimal): -10410397 or 6497889. OLE color: 6497889.

HSL color Cylindrical-coordinate representation of color #612663: hue angle of 298.03º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612663 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 38 99 -
CMYK 0.02 0.62 0 0.61
HSL 298.03º 0.45% 0.27% -
HSV(B) 298.03º 0.62% 0.39% -
XYZ 7.88 4.83 12.32 -
YUV 62.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 97 38 99 0.02 0.62 0 0.61 298.03 0.45 0.27
Hex 61 26 63 2 3E 0 3D 12A 2D 1B
Octal 141 46 143 2 76 0 75 452 55 33
Binary 1100001 100110 1100011 10 111110 0 111101 100101010 101101 11011

Color Harmonies of #612663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612663

Black with #612663

Text Example


Text Example

White with #612663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612663; }

 p { color: rgb(97,38,99); }

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

background-color css

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

 a { background-color: rgb(97,38,99); }

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

border-color css

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

 span { border-color: rgb(97,38,99); }

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