Html Css Color HEX #61385C Palatinate Purple

📋 copy color: '#61385C'

red 97 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #61385C

Tints of Palatinate Purple #61385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 39.59%
G = 22.86%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61385C (or 0x61385C) is known color: Palatinate Purple. HEX triplet: 61, 38 and 5C. RGB value is (97,56,92). Sum of RGB (Red+Green+Blue) = 97+56+92=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385C is #9EC7A3. Grayscale: #484848. Windows color (decimal): -10405796 or 6043745. OLE color: 6043745.

HSL color Cylindrical-coordinate representation of color #61385C: hue angle of 307.32º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61385C is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 92 -
CMYK 0 0.42 0.05 0.62
HSL 307.32º 0.27% 0.3% -
HSV(B) 307.32º 0.42% 0.38% -
XYZ 8.28 6.14 10.87 -
YUV 72.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 97 56 92 0 0.42 0.05 0.62 307.32 0.27 0.3
Hex 61 38 5C 0 2A 5 3E 133 1B 1E
Octal 141 70 134 0 52 5 76 463 33 36
Binary 1100001 111000 1011100 0 101010 101 111110 100110011 11011 11110

Color Harmonies of #61385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61385C

Black with #61385C

Text Example


Text Example

White with #61385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61385C; }

 p { color: rgb(97,56,92); }

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

background-color css

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

 a { background-color: rgb(97,56,92); }

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

border-color css

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

 span { border-color: rgb(97,56,92); }

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