Html Css Color HEX #69365F Palatinate Purple

📋 copy color: '#69365F'

red 105 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #69365F

Tints of Palatinate Purple #69365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 41.34%
G = 21.26%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69365F (or 0x69365F) is known color: Palatinate Purple. HEX triplet: 69, 36 and 5F. RGB value is (105,54,95). Sum of RGB (Red+Green+Blue) = 105+54+95=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #69365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69365F is #96C9A0. Grayscale: #494949. Windows color (decimal): -9882017 or 6239849. OLE color: 6239849.

HSL color Cylindrical-coordinate representation of color #69365F: hue angle of 311.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69365F is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 54 95 -
CMYK 0 0.49 0.10 0.59
HSL 311.76º 0.32% 0.31% -
HSV(B) 311.76º 0.49% 0.41% -
XYZ 9.21 6.47 11.59 -
YUV 73.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 105 54 95 0 0.49 0.10 0.59 311.76 0.32 0.31
Hex 69 36 5F 0 31 A 3B 138 20 1F
Octal 151 66 137 0 61 12 73 470 40 37
Binary 1101001 110110 1011111 0 110001 1010 111011 100111000 100000 11111

Color Harmonies of #69365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69365F

Black with #69365F

Text Example


Text Example

White with #69365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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