Html Css Color HEX #690F68 Palatinate Purple

📋 copy color: '#690F68'

red 105 ◦ green 15 ◦ blue 104

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

Shades of Palatinate Purple #690F68

Tints of Palatinate Purple #690F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

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

R = 46.88%
G = 6.7%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#690F68 (or 0x690F68) is known color: Palatinate Purple. HEX triplet: 69, 0F and 68. RGB value is (105,15,104). Sum of RGB (Red+Green+Blue) = 105+15+104=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #690F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F68 is #96F097. Grayscale: #333333. Windows color (decimal): -9891992 or 6819689. OLE color: 6819689.

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

Color convert

RGB 105 15 104 -
CMYK 0 0.86 0.01 0.59
HSL 300.67º 0.75% 0.24% -
HSV(B) 300.67º 0.86% 0.41% -
XYZ 8.5 4.34 13.49 -
YUV 52.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 105 15 104 0 0.86 0.01 0.59 300.67 0.75 0.24
Hex 69 F 68 0 56 1 3B 12D 4B 18
Octal 151 17 150 0 126 1 73 455 113 30
Binary 1101001 1111 1101000 0 1010110 1 111011 100101101 1001011 11000

Color Harmonies of #690F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F68

Black with #690F68

Text Example


Text Example

White with #690F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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