Html Css Color HEX #69155A Palatinate Purple

📋 copy color: '#69155A'

red 105 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #69155A

Tints of Palatinate Purple #69155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 48.61%
G = 9.72%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#69155A (or 0x69155A) is known color: Palatinate Purple. HEX triplet: 69, 15 and 5A. RGB value is (105,21,90). Sum of RGB (Red+Green+Blue) = 105+21+90=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69155A is #96EAA5. Grayscale: #353535. Windows color (decimal): -9890470 or 5903721. OLE color: 5903721.

HSL color Cylindrical-coordinate representation of color #69155A: hue angle of 310.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69155A is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 90 -
CMYK 0 0.80 0.14 0.59
HSL 310.71º 0.67% 0.25% -
HSV(B) 310.71º 0.8% 0.41% -
XYZ 7.94 4.28 10.08 -
YUV 53.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 105 21 90 0 0.80 0.14 0.59 310.71 0.67 0.25
Hex 69 15 5A 0 50 E 3B 137 43 19
Octal 151 25 132 0 120 16 73 467 103 31
Binary 1101001 10101 1011010 0 1010000 1110 111011 100110111 1000011 11001

Color Harmonies of #69155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69155A

Black with #69155A

Text Example


Text Example

White with #69155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69155A; }

 p { color: rgb(105,21,90); }

 H1.HeaderClassName
 {
   color: #69155A;
 }
 .AnyTagClassName
 {
   color: #69155A;
 }
</style>

background-color css

<style>
 a { background-color: #69155A; }

 a { background-color: rgb(105,21,90); }

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

border-color css

<style>
 span { border-color: #69155A; }

 span { border-color: rgb(105,21,90); }

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