Html Css Color HEX #69325A Palatinate Purple

📋 copy color: '#69325A'

red 105 ◦ green 50 ◦ blue 90

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

Shades of Palatinate Purple #69325A

Tints of Palatinate Purple #69325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 42.86%
G = 20.41%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#69325A (or 0x69325A) is known color: Palatinate Purple. HEX triplet: 69, 32 and 5A. RGB value is (105,50,90). Sum of RGB (Red+Green+Blue) = 105+50+90=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #69325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69325A is #96CDA5. Grayscale: #464646. Windows color (decimal): -9883046 or 5911145. OLE color: 5911145.

HSL color Cylindrical-coordinate representation of color #69325A: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69325A is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 50 90 -
CMYK 0 0.52 0.14 0.59
HSL 316.36º 0.35% 0.3% -
HSV(B) 316.36º 0.52% 0.41% -
XYZ 8.81 6.02 10.37 -
YUV 71.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 105 50 90 0 0.52 0.14 0.59 316.36 0.35 0.3
Hex 69 32 5A 0 34 E 3B 13C 23 1E
Octal 151 62 132 0 64 16 73 474 43 36
Binary 1101001 110010 1011010 0 110100 1110 111011 100111100 100011 11110

Color Harmonies of #69325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69325A

Black with #69325A

Text Example


Text Example

White with #69325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69325A; }

 p { color: rgb(105,50,90); }

 H1.HeaderClassName
 {
   color: #69325A;
 }
 .AnyTagClassName
 {
   color: #69325A;
 }
</style>

background-color css

<style>
 a { background-color: #69325A; }

 a { background-color: rgb(105,50,90); }

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

border-color css

<style>
 span { border-color: #69325A; }

 span { border-color: rgb(105,50,90); }

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