Html Css Color HEX #69285C Palatinate Purple

📋 copy color: '#69285C'

red 105 ◦ green 40 ◦ blue 92

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

Shades of Palatinate Purple #69285C

Tints of Palatinate Purple #69285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 44.3%
G = 16.88%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#69285C (or 0x69285C) is known color: Palatinate Purple. HEX triplet: 69, 28 and 5C. RGB value is (105,40,92). Sum of RGB (Red+Green+Blue) = 105+40+92=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69285C is #96D7A3. Grayscale: #414141. Windows color (decimal): -9885604 or 6039657. OLE color: 6039657.

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

Color convert

RGB 105 40 92 -
CMYK 0 0.62 0.12 0.59
HSL 312º 0.45% 0.28% -
HSV(B) 312º 0.62% 0.41% -
XYZ 8.52 5.29 10.7 -
YUV 65.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 105 40 92 0 0.62 0.12 0.59 312 0.45 0.28
Hex 69 28 5C 0 3E C 3B 138 2D 1C
Octal 151 50 134 0 76 14 73 470 55 34
Binary 1101001 101000 1011100 0 111110 1100 111011 100111000 101101 11100

Color Harmonies of #69285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69285C

Black with #69285C

Text Example


Text Example

White with #69285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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