Html Css Color HEX #690F63 Palatinate Purple

📋 copy color: '#690F63'

red 105 ◦ green 15 ◦ blue 99

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

Shades of Palatinate Purple #690F63

Tints of Palatinate Purple #690F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 47.95%
G = 6.85%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#690F63 (or 0x690F63) is known color: Palatinate Purple. HEX triplet: 69, 0F and 63. RGB value is (105,15,99). Sum of RGB (Red+Green+Blue) = 105+15+99=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #690F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F63 is #96F09C. Grayscale: #333333. Windows color (decimal): -9891997 or 6492009. OLE color: 6492009.

HSL color Cylindrical-coordinate representation of color #690F63: hue angle of 304º 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 #690F63 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 99 -
CMYK 0 0.86 0.06 0.59
HSL 304º 0.75% 0.24% -
HSV(B) 304º 0.86% 0.41% -
XYZ 8.25 4.25 12.19 -
YUV 51.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 105 15 99 0 0.86 0.06 0.59 304 0.75 0.24
Hex 69 F 63 0 56 6 3B 130 4B 18
Octal 151 17 143 0 126 6 73 460 113 30
Binary 1101001 1111 1100011 0 1010110 110 111011 100110000 1001011 11000

Color Harmonies of #690F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F63

Black with #690F63

Text Example


Text Example

White with #690F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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