Html Css Color HEX #69085F Palatinate Purple

📋 copy color: '#69085F'

red 105 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #69085F

Tints of Palatinate Purple #69085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 50.48%
G = 3.85%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69085F (or 0x69085F) is known color: Palatinate Purple. HEX triplet: 69, 08 and 5F. RGB value is (105,8,95). Sum of RGB (Red+Green+Blue) = 105+8+95=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #69085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69085F is #96F7A0. Grayscale: #2E2E2E. Windows color (decimal): -9893793 or 6228073. OLE color: 6228073.

HSL color Cylindrical-coordinate representation of color #69085F: hue angle of 306.19º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69085F is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 8 95 -
CMYK 0 0.92 0.10 0.59
HSL 306.19º 0.86% 0.22% -
HSV(B) 306.19º 0.92% 0.41% -
XYZ 7.98 4 11.18 -
YUV 46.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 105 8 95 0 0.92 0.10 0.59 306.19 0.86 0.22
Hex 69 8 5F 0 5C A 3B 132 56 16
Octal 151 10 137 0 134 12 73 462 126 26
Binary 1101001 1000 1011111 0 1011100 1010 111011 100110010 1010110 10110

Color Harmonies of #69085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69085F

Black with #69085F

Text Example


Text Example

White with #69085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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