Html Css Color HEX #69055D Palatinate Purple

📋 copy color: '#69055D'

red 105 ◦ green 5 ◦ blue 93

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

Shades of Palatinate Purple #69055D

Tints of Palatinate Purple #69055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 51.72%
G = 2.46%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69055D (or 0x69055D) is known color: Palatinate Purple. HEX triplet: 69, 05 and 5D. RGB value is (105,5,93). Sum of RGB (Red+Green+Blue) = 105+5+93=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69055D is #96FAA2. Grayscale: #2C2C2C. Windows color (decimal): -9894563 or 6096233. OLE color: 6096233.

HSL color Cylindrical-coordinate representation of color #69055D: hue angle of 307.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69055D is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 5 93 -
CMYK 0 0.95 0.11 0.59
HSL 307.2º 0.91% 0.22% -
HSV(B) 307.2º 0.95% 0.41% -
XYZ 7.86 3.9 10.7 -
YUV 44.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 105 5 93 0 0.95 0.11 0.59 307.2 0.91 0.22
Hex 69 5 5D 0 5F B 3B 133 5B 16
Octal 151 5 135 0 137 13 73 463 133 26
Binary 1101001 101 1011101 0 1011111 1011 111011 100110011 1011011 10110

Color Harmonies of #69055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69055D

Black with #69055D

Text Example


Text Example

White with #69055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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