Html Css Color HEX #690163 Purple

📋 copy color: '#690163'

red 105 ◦ green 1 ◦ blue 99

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

Shades of Purple #690163

Tints of Purple #690163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 51.22%
G = 0.49%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#690163 (or 0x690163) is known color: Purple. HEX triplet: 69, 01 and 63. RGB value is (105,1,99). Sum of RGB (Red+Green+Blue) = 105+1+99=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #690163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690163 is #96FE9C. Grayscale: #2A2A2A. Windows color (decimal): -9895581 or 6488425. OLE color: 6488425.

HSL color Cylindrical-coordinate representation of color #690163: hue angle of 303.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690163 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 99 -
CMYK 0 0.99 0.06 0.59
HSL 303.46º 0.98% 0.21% -
HSV(B) 303.46º 0.99% 0.41% -
XYZ 8.09 3.93 12.14 -
YUV 43.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 105 1 99 0 0.99 0.06 0.59 303.46 0.98 0.21
Hex 69 1 63 0 63 6 3B 12F 62 15
Octal 151 1 143 0 143 6 73 457 142 25
Binary 1101001 1 1100011 0 1100011 110 111011 100101111 1100010 10101

Color Harmonies of #690163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690163

Black with #690163

Text Example


Text Example

White with #690163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690163; }

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

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

background-color css

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

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

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

border-color css

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

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

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