Html Css Color HEX #69335F Palatinate Purple

📋 copy color: '#69335F'

red 105 ◦ green 51 ◦ blue 95

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

Shades of Palatinate Purple #69335F

Tints of Palatinate Purple #69335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 41.83%
G = 20.32%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69335F (or 0x69335F) is known color: Palatinate Purple. HEX triplet: 69, 33 and 5F. RGB value is (105,51,95). Sum of RGB (Red+Green+Blue) = 105+51+95=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69335F is #96CCA0. Grayscale: #484848. Windows color (decimal): -9882785 or 6239081. OLE color: 6239081.

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

Color convert

RGB 105 51 95 -
CMYK 0 0.51 0.10 0.59
HSL 311.11º 0.35% 0.31% -
HSV(B) 311.11º 0.51% 0.41% -
XYZ 9.08 6.2 11.54 -
YUV 72.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 105 51 95 0 0.51 0.10 0.59 311.11 0.35 0.31
Hex 69 33 5F 0 33 A 3B 137 23 1F
Octal 151 63 137 0 63 12 73 467 43 37
Binary 1101001 110011 1011111 0 110011 1010 111011 100110111 100011 11111

Color Harmonies of #69335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69335F

Black with #69335F

Text Example


Text Example

White with #69335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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