Html Css Color HEX #691368 Palatinate Purple

📋 copy color: '#691368'

red 105 ◦ green 19 ◦ blue 104

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

Shades of Palatinate Purple #691368

Tints of Palatinate Purple #691368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 46.05%
G = 8.33%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#691368 (or 0x691368) is known color: Palatinate Purple. HEX triplet: 69, 13 and 68. RGB value is (105,19,104). Sum of RGB (Red+Green+Blue) = 105+19+104=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #691368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691368 is #96EC97. Grayscale: #363636. Windows color (decimal): -9890968 or 6820713. OLE color: 6820713.

HSL color Cylindrical-coordinate representation of color #691368: hue angle of 300.7º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691368 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 104 -
CMYK 0 0.82 0.01 0.59
HSL 300.7º 0.69% 0.24% -
HSV(B) 300.7º 0.82% 0.41% -
XYZ 8.56 4.47 13.51 -
YUV 54.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 105 19 104 0 0.82 0.01 0.59 300.7 0.69 0.24
Hex 69 13 68 0 52 1 3B 12D 45 18
Octal 151 23 150 0 122 1 73 455 105 30
Binary 1101001 10011 1101000 0 1010010 1 111011 100101101 1000101 11000

Color Harmonies of #691368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691368

Black with #691368

Text Example


Text Example

White with #691368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691368; }

 p { color: rgb(105,19,104); }

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

background-color css

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

 a { background-color: rgb(105,19,104); }

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

border-color css

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

 span { border-color: rgb(105,19,104); }

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