Html Css Color HEX #690F6C Palatinate Purple

📋 copy color: '#690F6C'

red 105 ◦ green 15 ◦ blue 108

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

Shades of Palatinate Purple #690F6C

Tints of Palatinate Purple #690F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 46.05%
G = 6.58%
B = 47.37%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#690F6C (or 0x690F6C) is known color: Palatinate Purple. HEX triplet: 69, 0F and 6C. RGB value is (105,15,108). Sum of RGB (Red+Green+Blue) = 105+15+108=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #690F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F6C is #96F093. Grayscale: #343434. Windows color (decimal): -9891988 or 7081833. OLE color: 7081833.

HSL color Cylindrical-coordinate representation of color #690F6C: hue angle of 298.06º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F6C is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 15 108 -
CMYK 0.03 0.86 0 0.58
HSL 298.06º 0.76% 0.24% -
HSV(B) 298.06º 0.86% 0.42% -
XYZ 8.7 4.43 14.58 -
YUV 52.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 105 15 108 0.03 0.86 0 0.58 298.06 0.76 0.24
Hex 69 F 6C 3 56 0 3A 12A 4C 18
Octal 151 17 154 3 126 0 72 452 114 30
Binary 1101001 1111 1101100 11 1010110 0 111010 100101010 1001100 11000

Color Harmonies of #690F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F6C

Black with #690F6C

Text Example


Text Example

White with #690F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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