Html Css Color HEX #612365 Palatinate Purple

📋 copy color: '#612365'

red 97 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #612365

Tints of Palatinate Purple #612365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 41.63%
G = 15.02%
B = 43.35%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#612365 (or 0x612365) is known color: Palatinate Purple. HEX triplet: 61, 23 and 65. RGB value is (97,35,101). Sum of RGB (Red+Green+Blue) = 97+35+101=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #612365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612365 is #9EDC9A. Grayscale: #3C3C3C. Windows color (decimal): -10411163 or 6628193. OLE color: 6628193.

HSL color Cylindrical-coordinate representation of color #612365: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612365 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 35 101 -
CMYK 0.04 0.65 0 0.60
HSL 296.36º 0.49% 0.27% -
HSV(B) 296.36º 0.65% 0.4% -
XYZ 7.88 4.68 12.8 -
YUV 61.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 97 35 101 0.04 0.65 0 0.60 296.36 0.49 0.27
Hex 61 23 65 4 41 0 3C 128 31 1B
Octal 141 43 145 4 101 0 74 450 61 33
Binary 1100001 100011 1100101 100 1000001 0 111100 100101000 110001 11011

Color Harmonies of #612365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612365

Black with #612365

Text Example


Text Example

White with #612365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612365; }

 p { color: rgb(97,35,101); }

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

background-color css

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

 a { background-color: rgb(97,35,101); }

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

border-color css

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

 span { border-color: rgb(97,35,101); }

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