Html Css Color HEX #61265F Palatinate Purple

📋 copy color: '#61265F'

red 97 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #61265F

Tints of Palatinate Purple #61265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 42.17%
G = 16.52%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61265F (or 0x61265F) is known color: Palatinate Purple. HEX triplet: 61, 26 and 5F. RGB value is (97,38,95). Sum of RGB (Red+Green+Blue) = 97+38+95=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #61265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61265F is #9ED9A0. Grayscale: #3D3D3D. Windows color (decimal): -10410401 or 6235745. OLE color: 6235745.

HSL color Cylindrical-coordinate representation of color #61265F: hue angle of 302.03º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61265F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 95 -
CMYK 0 0.61 0.02 0.62
HSL 302.03º 0.44% 0.26% -
HSV(B) 302.03º 0.61% 0.38% -
XYZ 7.69 4.75 11.34 -
YUV 62.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 97 38 95 0 0.61 0.02 0.62 302.03 0.44 0.26
Hex 61 26 5F 0 3D 2 3E 12E 2C 1A
Octal 141 46 137 0 75 2 76 456 54 32
Binary 1100001 100110 1011111 0 111101 10 111110 100101110 101100 11010

Color Harmonies of #61265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61265F

Black with #61265F

Text Example


Text Example

White with #61265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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