Html Css Color HEX #69365E Palatinate Purple

📋 copy color: '#69365E'

red 105 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #69365E

Tints of Palatinate Purple #69365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 41.5%
G = 21.34%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69365E (or 0x69365E) is known color: Palatinate Purple. HEX triplet: 69, 36 and 5E. RGB value is (105,54,94). Sum of RGB (Red+Green+Blue) = 105+54+94=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #69365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69365E is #96C9A1. Grayscale: #494949. Windows color (decimal): -9882018 or 6174313. OLE color: 6174313.

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

Color convert

RGB 105 54 94 -
CMYK 0 0.49 0.10 0.59
HSL 312.94º 0.32% 0.31% -
HSV(B) 312.94º 0.49% 0.41% -
XYZ 9.17 6.45 11.35 -
YUV 73.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 105 54 94 0 0.49 0.10 0.59 312.94 0.32 0.31
Hex 69 36 5E 0 31 A 3B 139 20 1F
Octal 151 66 136 0 61 12 73 471 40 37
Binary 1101001 110110 1011110 0 110001 1010 111011 100111001 100000 11111

Color Harmonies of #69365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69365E

Black with #69365E

Text Example


Text Example

White with #69365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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