Html Css Color HEX #69065F Palatinate Purple

📋 copy color: '#69065F'

red 105 ◦ green 6 ◦ blue 95

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

Shades of Palatinate Purple #69065F

Tints of Palatinate Purple #69065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

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

R = 50.97%
G = 2.91%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69065F (or 0x69065F) is known color: Palatinate Purple. HEX triplet: 69, 06 and 5F. RGB value is (105,6,95). Sum of RGB (Red+Green+Blue) = 105+6+95=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #69065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69065F is #96F9A0. Grayscale: #2D2D2D. Windows color (decimal): -9894305 or 6227561. OLE color: 6227561.

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

Color convert

RGB 105 6 95 -
CMYK 0 0.94 0.10 0.59
HSL 306.06º 0.89% 0.22% -
HSV(B) 306.06º 0.94% 0.41% -
XYZ 7.96 3.96 11.17 -
YUV 45.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 105 6 95 0 0.94 0.10 0.59 306.06 0.89 0.22
Hex 69 6 5F 0 5E A 3B 132 59 16
Octal 151 6 137 0 136 12 73 462 131 26
Binary 1101001 110 1011111 0 1011110 1010 111011 100110010 1011001 10110

Color Harmonies of #69065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69065F

Black with #69065F

Text Example


Text Example

White with #69065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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