Html Css Color HEX #69215D Palatinate Purple

📋 copy color: '#69215D'

red 105 ◦ green 33 ◦ blue 93

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

Shades of Palatinate Purple #69215D

Tints of Palatinate Purple #69215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 45.45%
G = 14.29%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69215D (or 0x69215D) is known color: Palatinate Purple. HEX triplet: 69, 21 and 5D. RGB value is (105,33,93). Sum of RGB (Red+Green+Blue) = 105+33+93=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69215D is #96DEA2. Grayscale: #3D3D3D. Windows color (decimal): -9887395 or 6103401. OLE color: 6103401.

HSL color Cylindrical-coordinate representation of color #69215D: hue angle of 310º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69215D is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 33 93 -
CMYK 0 0.69 0.11 0.59
HSL 310º 0.52% 0.27% -
HSV(B) 310º 0.69% 0.41% -
XYZ 8.35 4.88 10.86 -
YUV 61.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 105 33 93 0 0.69 0.11 0.59 310 0.52 0.27
Hex 69 21 5D 0 45 B 3B 136 34 1B
Octal 151 41 135 0 105 13 73 466 64 33
Binary 1101001 100001 1011101 0 1000101 1011 111011 100110110 110100 11011

Color Harmonies of #69215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69215D

Black with #69215D

Text Example


Text Example

White with #69215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69215D; }

 p { color: rgb(105,33,93); }

 H1.HeaderClassName
 {
   color: #69215D;
 }
 .AnyTagClassName
 {
   color: #69215D;
 }
</style>

background-color css

<style>
 a { background-color: #69215D; }

 a { background-color: rgb(105,33,93); }

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

border-color css

<style>
 span { border-color: #69215D; }

 span { border-color: rgb(105,33,93); }

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