Html Css Color HEX #69065D Palatinate Purple

📋 copy color: '#69065D'

red 105 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #69065D

Tints of Palatinate Purple #69065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 51.47%
G = 2.94%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69065D (or 0x69065D) is known color: Palatinate Purple. HEX triplet: 69, 06 and 5D. RGB value is (105,6,93). Sum of RGB (Red+Green+Blue) = 105+6+93=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69065D is #96F9A2. Grayscale: #2D2D2D. Windows color (decimal): -9894307 or 6096489. OLE color: 6096489.

HSL color Cylindrical-coordinate representation of color #69065D: hue angle of 307.27º 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 #69065D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 93 -
CMYK 0 0.94 0.11 0.59
HSL 307.27º 0.89% 0.22% -
HSV(B) 307.27º 0.94% 0.41% -
XYZ 7.87 3.92 10.7 -
YUV 45.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 105 6 93 0 0.94 0.11 0.59 307.27 0.89 0.22
Hex 69 6 5D 0 5E B 3B 133 59 16
Octal 151 6 135 0 136 13 73 463 131 26
Binary 1101001 110 1011101 0 1011110 1011 111011 100110011 1011001 10110

Color Harmonies of #69065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69065D

Black with #69065D

Text Example


Text Example

White with #69065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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