Html Css Color HEX #69315F Palatinate Purple

📋 copy color: '#69315F'

red 105 ◦ green 49 ◦ blue 95

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

Shades of Palatinate Purple #69315F

Tints of Palatinate Purple #69315F

RGB

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

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

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

R = 42.17%
G = 19.68%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69315F (or 0x69315F) is known color: Palatinate Purple. HEX triplet: 69, 31 and 5F. RGB value is (105,49,95). Sum of RGB (Red+Green+Blue) = 105+49+95=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69315F is #96CEA0. Grayscale: #464646. Windows color (decimal): -9883297 or 6238569. OLE color: 6238569.

HSL color Cylindrical-coordinate representation of color #69315F: hue angle of 310.71º 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 #69315F is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 49 95 -
CMYK 0 0.53 0.10 0.59
HSL 310.71º 0.36% 0.3% -
HSV(B) 310.71º 0.53% 0.41% -
XYZ 8.99 6.03 11.52 -
YUV 70.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 105 49 95 0 0.53 0.10 0.59 310.71 0.36 0.3
Hex 69 31 5F 0 35 A 3B 137 24 1E
Octal 151 61 137 0 65 12 73 467 44 36
Binary 1101001 110001 1011111 0 110101 1010 111011 100110111 100100 11110

Color Harmonies of #69315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69315F

Black with #69315F

Text Example


Text Example

White with #69315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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