Html Css Color HEX #69095E Palatinate Purple

📋 copy color: '#69095E'

red 105 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #69095E

Tints of Palatinate Purple #69095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 50.48%
G = 4.33%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69095E (or 0x69095E) is known color: Palatinate Purple. HEX triplet: 69, 09 and 5E. RGB value is (105,9,94). Sum of RGB (Red+Green+Blue) = 105+9+94=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #69095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69095E is #96F6A1. Grayscale: #2F2F2F. Windows color (decimal): -9893538 or 6162793. OLE color: 6162793.

HSL color Cylindrical-coordinate representation of color #69095E: hue angle of 306.88º 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 #69095E is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 94 -
CMYK 0 0.91 0.10 0.59
HSL 306.88º 0.84% 0.22% -
HSV(B) 306.88º 0.91% 0.41% -
XYZ 7.94 4.01 10.94 -
YUV 47.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 105 9 94 0 0.91 0.10 0.59 306.88 0.84 0.22
Hex 69 9 5E 0 5B A 3B 133 54 16
Octal 151 11 136 0 133 12 73 463 124 26
Binary 1101001 1001 1011110 0 1011011 1010 111011 100110011 1010100 10110

Color Harmonies of #69095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69095E

Black with #69095E

Text Example


Text Example

White with #69095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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