Html Css Color HEX #69355D Palatinate Purple

📋 copy color: '#69355D'

red 105 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #69355D

Tints of Palatinate Purple #69355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 41.83%
G = 21.12%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69355D (or 0x69355D) is known color: Palatinate Purple. HEX triplet: 69, 35 and 5D. RGB value is (105,53,93). Sum of RGB (Red+Green+Blue) = 105+53+93=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69355D is #96CAA2. Grayscale: #494949. Windows color (decimal): -9882275 or 6108521. OLE color: 6108521.

HSL color Cylindrical-coordinate representation of color #69355D: hue angle of 313.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69355D is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 53 93 -
CMYK 0 0.50 0.11 0.59
HSL 313.85º 0.33% 0.31% -
HSV(B) 313.85º 0.5% 0.41% -
XYZ 9.07 6.34 11.1 -
YUV 73.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 105 53 93 0 0.50 0.11 0.59 313.85 0.33 0.31
Hex 69 35 5D 0 32 B 3B 13A 21 1F
Octal 151 65 135 0 62 13 73 472 41 37
Binary 1101001 110101 1011101 0 110010 1011 111011 100111010 100001 11111

Color Harmonies of #69355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69355D

Black with #69355D

Text Example


Text Example

White with #69355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69355D; }

 p { color: rgb(105,53,93); }

 H1.HeaderClassName
 {
   color: #69355D;
 }
 .AnyTagClassName
 {
   color: #69355D;
 }
</style>

background-color css

<style>
 a { background-color: #69355D; }

 a { background-color: rgb(105,53,93); }

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

border-color css

<style>
 span { border-color: #69355D; }

 span { border-color: rgb(105,53,93); }

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