Html Css Color HEX #690F6B Palatinate Purple

📋 copy color: '#690F6B'

red 105 ◦ green 15 ◦ blue 107

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

Shades of Palatinate Purple #690F6B

Tints of Palatinate Purple #690F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 46.26%
G = 6.61%
B = 47.14%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#690F6B (or 0x690F6B) is known color: Palatinate Purple. HEX triplet: 69, 0F and 6B. RGB value is (105,15,107). Sum of RGB (Red+Green+Blue) = 105+15+107=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #690F6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F6B is #96F094. Grayscale: #343434. Windows color (decimal): -9891989 or 7016297. OLE color: 7016297.

HSL color Cylindrical-coordinate representation of color #690F6B: hue angle of 298.7º degrees, saturation: 0.75, 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 #690F6B is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 15 107 -
CMYK 0.02 0.86 0 0.58
HSL 298.7º 0.75% 0.24% -
HSV(B) 298.7º 0.86% 0.42% -
XYZ 8.65 4.41 14.3 -
YUV 52.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 105 15 107 0.02 0.86 0 0.58 298.7 0.75 0.24
Hex 69 F 6B 2 56 0 3A 12B 4B 18
Octal 151 17 153 2 126 0 72 453 113 30
Binary 1101001 1111 1101011 10 1010110 0 111010 100101011 1001011 11000

Color Harmonies of #690F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F6B

Black with #690F6B

Text Example


Text Example

White with #690F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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