Html Css Color HEX #69295C Palatinate Purple

📋 copy color: '#69295C'

red 105 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #69295C

Tints of Palatinate Purple #69295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 44.12%
G = 17.23%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#69295C (or 0x69295C) is known color: Palatinate Purple. HEX triplet: 69, 29 and 5C. RGB value is (105,41,92). Sum of RGB (Red+Green+Blue) = 105+41+92=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #69295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69295C is #96D6A3. Grayscale: #414141. Windows color (decimal): -9885348 or 6039913. OLE color: 6039913.

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

Color convert

RGB 105 41 92 -
CMYK 0 0.61 0.12 0.59
HSL 312.19º 0.44% 0.29% -
HSV(B) 312.19º 0.61% 0.41% -
XYZ 8.55 5.36 10.71 -
YUV 65.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 105 41 92 0 0.61 0.12 0.59 312.19 0.44 0.29
Hex 69 29 5C 0 3D C 3B 138 2C 1D
Octal 151 51 134 0 75 14 73 470 54 35
Binary 1101001 101001 1011100 0 111101 1100 111011 100111000 101100 11101

Color Harmonies of #69295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69295C

Black with #69295C

Text Example


Text Example

White with #69295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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