Html Css Color HEX #69365C Palatinate Purple

📋 copy color: '#69365C'

red 105 ◦ green 54 ◦ blue 92

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

Shades of Palatinate Purple #69365C

Tints of Palatinate Purple #69365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

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

R = 41.83%
G = 21.51%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#69365C (or 0x69365C) is known color: Palatinate Purple. HEX triplet: 69, 36 and 5C. RGB value is (105,54,92). Sum of RGB (Red+Green+Blue) = 105+54+92=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69365C is #96C9A3. Grayscale: #494949. Windows color (decimal): -9882020 or 6043241. OLE color: 6043241.

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

Color convert

RGB 105 54 92 -
CMYK 0 0.49 0.12 0.59
HSL 315.29º 0.32% 0.31% -
HSV(B) 315.29º 0.49% 0.41% -
XYZ 9.08 6.41 10.88 -
YUV 73.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 105 54 92 0 0.49 0.12 0.59 315.29 0.32 0.31
Hex 69 36 5C 0 31 C 3B 13B 20 1F
Octal 151 66 134 0 61 14 73 473 40 37
Binary 1101001 110110 1011100 0 110001 1100 111011 100111011 100000 11111

Color Harmonies of #69365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69365C

Black with #69365C

Text Example


Text Example

White with #69365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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