Html Css Color HEX #69095C Palatinate Purple

📋 copy color: '#69095C'

red 105 ◦ green 9 ◦ blue 92

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

Shades of Palatinate Purple #69095C

Tints of Palatinate Purple #69095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

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

R = 50.97%
G = 4.37%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#69095C (or 0x69095C) is known color: Palatinate Purple. HEX triplet: 69, 09 and 5C. RGB value is (105,9,92). Sum of RGB (Red+Green+Blue) = 105+9+92=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #69095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69095C is #96F6A3. Grayscale: #2E2E2E. Windows color (decimal): -9893540 or 6031721. OLE color: 6031721.

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

Color convert

RGB 105 9 92 -
CMYK 0 0.91 0.12 0.59
HSL 308.13º 0.84% 0.22% -
HSV(B) 308.13º 0.91% 0.41% -
XYZ 7.86 3.97 10.48 -
YUV 47.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 105 9 92 0 0.91 0.12 0.59 308.13 0.84 0.22
Hex 69 9 5C 0 5B C 3B 134 54 16
Octal 151 11 134 0 133 14 73 464 124 26
Binary 1101001 1001 1011100 0 1011011 1100 111011 100110100 1010100 10110

Color Harmonies of #69095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69095C

Black with #69095C

Text Example


Text Example

White with #69095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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