Html Css Color HEX #69145B Palatinate Purple

📋 copy color: '#69145B'

red 105 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #69145B

Tints of Palatinate Purple #69145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 48.61%
G = 9.26%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#69145B (or 0x69145B) is known color: Palatinate Purple. HEX triplet: 69, 14 and 5B. RGB value is (105,20,91). Sum of RGB (Red+Green+Blue) = 105+20+91=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69145B is #96EBA4. Grayscale: #353535. Windows color (decimal): -9890725 or 5969001. OLE color: 5969001.

HSL color Cylindrical-coordinate representation of color #69145B: hue angle of 309.88º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69145B is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 91 -
CMYK 0 0.81 0.13 0.59
HSL 309.88º 0.68% 0.25% -
HSV(B) 309.88º 0.81% 0.41% -
XYZ 7.96 4.26 10.3 -
YUV 53.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 105 20 91 0 0.81 0.13 0.59 309.88 0.68 0.25
Hex 69 14 5B 0 51 D 3B 136 44 19
Octal 151 24 133 0 121 15 73 466 104 31
Binary 1101001 10100 1011011 0 1010001 1101 111011 100110110 1000100 11001

Color Harmonies of #69145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69145B

Black with #69145B

Text Example


Text Example

White with #69145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69145B; }

 p { color: rgb(105,20,91); }

 H1.HeaderClassName
 {
   color: #69145B;
 }
 .AnyTagClassName
 {
   color: #69145B;
 }
</style>

background-color css

<style>
 a { background-color: #69145B; }

 a { background-color: rgb(105,20,91); }

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

border-color css

<style>
 span { border-color: #69145B; }

 span { border-color: rgb(105,20,91); }

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