Html Css Color HEX #69375D Palatinate Purple

📋 copy color: '#69375D'

red 105 ◦ green 55 ◦ blue 93

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

Shades of Palatinate Purple #69375D

Tints of Palatinate Purple #69375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 41.5%
G = 21.74%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69375D (or 0x69375D) is known color: Palatinate Purple. HEX triplet: 69, 37 and 5D. RGB value is (105,55,93). Sum of RGB (Red+Green+Blue) = 105+55+93=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #69375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69375D is #96C8A2. Grayscale: #4A4A4A. Windows color (decimal): -9881763 or 6109033. OLE color: 6109033.

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

Color convert

RGB 105 55 93 -
CMYK 0 0.48 0.11 0.59
HSL 314.4º 0.31% 0.31% -
HSV(B) 314.4º 0.48% 0.41% -
XYZ 9.17 6.53 11.13 -
YUV 74.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 105 55 93 0 0.48 0.11 0.59 314.4 0.31 0.31
Hex 69 37 5D 0 30 B 3B 13A 1F 1F
Octal 151 67 135 0 60 13 73 472 37 37
Binary 1101001 110111 1011101 0 110000 1011 111011 100111010 11111 11111

Color Harmonies of #69375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69375D

Black with #69375D

Text Example


Text Example

White with #69375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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