Html Css Color HEX #69145F Palatinate Purple

📋 copy color: '#69145F'

red 105 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #69145F

Tints of Palatinate Purple #69145F

RGB

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

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

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

R = 47.73%
G = 9.09%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69145F (or 0x69145F) is known color: Palatinate Purple. HEX triplet: 69, 14 and 5F. RGB value is (105,20,95). Sum of RGB (Red+Green+Blue) = 105+20+95=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69145F is #96EBA0. Grayscale: #353535. Windows color (decimal): -9890721 or 6231145. OLE color: 6231145.

HSL color Cylindrical-coordinate representation of color #69145F: hue angle of 307.06º 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 #69145F is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 95 -
CMYK 0 0.81 0.10 0.59
HSL 307.06º 0.68% 0.25% -
HSV(B) 307.06º 0.81% 0.41% -
XYZ 8.14 4.33 11.23 -
YUV 53.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 105 20 95 0 0.81 0.10 0.59 307.06 0.68 0.25
Hex 69 14 5F 0 51 A 3B 133 44 19
Octal 151 24 137 0 121 12 73 463 104 31
Binary 1101001 10100 1011111 0 1010001 1010 111011 100110011 1000100 11001

Color Harmonies of #69145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69145F

Black with #69145F

Text Example


Text Example

White with #69145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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