Html Css Color HEX #69375B Palatinate Purple

📋 copy color: '#69375B'

red 105 ◦ green 55 ◦ blue 91

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

Shades of Palatinate Purple #69375B

Tints of Palatinate Purple #69375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 41.83%
G = 21.91%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#69375B (or 0x69375B) is known color: Palatinate Purple. HEX triplet: 69, 37 and 5B. RGB value is (105,55,91). Sum of RGB (Red+Green+Blue) = 105+55+91=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69375B is #96C8A4. Grayscale: #494949. Windows color (decimal): -9881765 or 5977961. OLE color: 5977961.

HSL color Cylindrical-coordinate representation of color #69375B: hue angle of 316.8º 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 #69375B is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 55 91 -
CMYK 0 0.48 0.13 0.59
HSL 316.8º 0.31% 0.31% -
HSV(B) 316.8º 0.48% 0.41% -
XYZ 9.08 6.49 10.67 -
YUV 74.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 105 55 91 0 0.48 0.13 0.59 316.8 0.31 0.31
Hex 69 37 5B 0 30 D 3B 13D 1F 1F
Octal 151 67 133 0 60 15 73 475 37 37
Binary 1101001 110111 1011011 0 110000 1101 111011 100111101 11111 11111

Color Harmonies of #69375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69375B

Black with #69375B

Text Example


Text Example

White with #69375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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