Html Css Color HEX #69295A Palatinate Purple

📋 copy color: '#69295A'

red 105 ◦ green 41 ◦ blue 90

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

Shades of Palatinate Purple #69295A

Tints of Palatinate Purple #69295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 44.49%
G = 17.37%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#69295A (or 0x69295A) is known color: Palatinate Purple. HEX triplet: 69, 29 and 5A. RGB value is (105,41,90). Sum of RGB (Red+Green+Blue) = 105+41+90=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69295A is #96D6A5. Grayscale: #414141. Windows color (decimal): -9885350 or 5908841. OLE color: 5908841.

HSL color Cylindrical-coordinate representation of color #69295A: hue angle of 314.06º 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 #69295A is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 41 90 -
CMYK 0 0.61 0.14 0.59
HSL 314.06º 0.44% 0.29% -
HSV(B) 314.06º 0.61% 0.41% -
XYZ 8.46 5.33 10.26 -
YUV 65.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 105 41 90 0 0.61 0.14 0.59 314.06 0.44 0.29
Hex 69 29 5A 0 3D E 3B 13A 2C 1D
Octal 151 51 132 0 75 16 73 472 54 35
Binary 1101001 101001 1011010 0 111101 1110 111011 100111010 101100 11101

Color Harmonies of #69295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69295A

Black with #69295A

Text Example


Text Example

White with #69295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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