Html Css Color HEX #690068 Purple

📋 copy color: '#690068'

red 105 ◦ green 0 ◦ blue 104

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

Shades of Purple #690068

Tints of Purple #690068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.24%
G = 0%
B = 49.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#690068 (or 0x690068) is known color: Purple. HEX triplet: 69, 00 and 68. RGB value is (105,0,104). Sum of RGB (Red+Green+Blue) = 105+0+104=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690068 is #96FF97. Grayscale: #2A2A2A. Windows color (decimal): -9895832 or 6815849. OLE color: 6815849.

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

Color convert

RGB 105 0 104 -
CMYK 0 1 0.01 0.59
HSL 300.57º 1% 0.21% -
HSV(B) 300.57º 1% 0.41% -
XYZ 8.32 4 13.43 -
YUV 43.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 105 0 104 0 1 0.01 0.59 300.57 1 0.21
Hex 69 0 68 0 64 1 3B 12D 64 15
Octal 151 0 150 0 144 1 73 455 144 25
Binary 1101001 0 1101000 0 1100100 1 111011 100101101 1100100 10101

Color Harmonies of #690068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690068

Black with #690068

Text Example


Text Example

White with #690068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690068; }

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

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

background-color css

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

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

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

border-color css

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

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

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