Html Css Color HEX #61305F Palatinate Purple

📋 copy color: '#61305F'

red 97 ◦ green 48 ◦ blue 95

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

Shades of Palatinate Purple #61305F

Tints of Palatinate Purple #61305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 40.42%
G = 20%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61305F (or 0x61305F) is known color: Palatinate Purple. HEX triplet: 61, 30 and 5F. RGB value is (97,48,95). Sum of RGB (Red+Green+Blue) = 97+48+95=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61305F is #9ECFA0. Grayscale: #434343. Windows color (decimal): -10407841 or 6238305. OLE color: 6238305.

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

Color convert

RGB 97 48 95 -
CMYK 0 0.51 0.02 0.62
HSL 302.45º 0.34% 0.28% -
HSV(B) 302.45º 0.51% 0.38% -
XYZ 8.05 5.48 11.46 -
YUV 68.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 97 48 95 0 0.51 0.02 0.62 302.45 0.34 0.28
Hex 61 30 5F 0 33 2 3E 12E 22 1C
Octal 141 60 137 0 63 2 76 456 42 34
Binary 1100001 110000 1011111 0 110011 10 111110 100101110 100010 11100

Color Harmonies of #61305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61305F

Black with #61305F

Text Example


Text Example

White with #61305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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