Html Css Color HEX #69095F Palatinate Purple

📋 copy color: '#69095F'

red 105 ◦ green 9 ◦ blue 95

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

Shades of Palatinate Purple #69095F

Tints of Palatinate Purple #69095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 50.24%
G = 4.31%
B = 45.45%

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

#69095F (or 0x69095F) is known color: Palatinate Purple. HEX triplet: 69, 09 and 5F. RGB value is (105,9,95). Sum of RGB (Red+Green+Blue) = 105+9+95=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #69095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69095F is #96F6A0. Grayscale: #2F2F2F. Windows color (decimal): -9893537 or 6228329. OLE color: 6228329.

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

Color convert

RGB 105 9 95 -
CMYK 0 0.91 0.10 0.59
HSL 306.25º 0.84% 0.22% -
HSV(B) 306.25º 0.91% 0.41% -
XYZ 7.99 4.02 11.18 -
YUV 47.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 105 9 95 0 0.91 0.10 0.59 306.25 0.84 0.22
Hex 69 9 5F 0 5B A 3B 132 54 16
Octal 151 11 137 0 133 12 73 462 124 26
Binary 1101001 1001 1011111 0 1011011 1010 111011 100110010 1010100 10110

Color Harmonies of #69095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69095F

Black with #69095F

Text Example


Text Example

White with #69095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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