Html Css Color HEX #69315C Palatinate Purple

📋 copy color: '#69315C'

red 105 ◦ green 49 ◦ blue 92

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

Shades of Palatinate Purple #69315C

Tints of Palatinate Purple #69315C

RGB

 RED value IS 105 (41.41% from 255) = 42.68%

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 42.68%
G = 19.92%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#69315C (or 0x69315C) is known color: Palatinate Purple. HEX triplet: 69, 31 and 5C. RGB value is (105,49,92). Sum of RGB (Red+Green+Blue) = 105+49+92=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69315C is #96CEA3. Grayscale: #464646. Windows color (decimal): -9883300 or 6041961. OLE color: 6041961.

HSL color Cylindrical-coordinate representation of color #69315C: hue angle of 313.93º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69315C is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 49 92 -
CMYK 0 0.53 0.12 0.59
HSL 313.93º 0.36% 0.3% -
HSV(B) 313.93º 0.53% 0.41% -
XYZ 8.86 5.97 10.81 -
YUV 70.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 105 49 92 0 0.53 0.12 0.59 313.93 0.36 0.3
Hex 69 31 5C 0 35 C 3B 13A 24 1E
Octal 151 61 134 0 65 14 73 472 44 36
Binary 1101001 110001 1011100 0 110101 1100 111011 100111010 100100 11110

Color Harmonies of #69315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69315C

Black with #69315C

Text Example


Text Example

White with #69315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,49,92); }

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

background-color css

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

 a { background-color: rgb(105,49,92); }

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

border-color css

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

 span { border-color: rgb(105,49,92); }

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