Html Css Color HEX #690A8A Purple

📋 copy color: '#690A8A'

red 105 ◦ green 10 ◦ blue 138

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

Shades of Purple #690A8A

Tints of Purple #690A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

 BLUE value IS 138 (54.3% from 255) = 54.55%

R = 41.5%
G = 3.95%
B = 54.55%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#690A8A (or 0x690A8A) is known color: Purple. HEX triplet: 69, 0A and 8A. RGB value is (105,10,138). Sum of RGB (Red+Green+Blue) = 105+10+138=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #690A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690A8A is #96F575. Grayscale: #343434. Windows color (decimal): -9893238 or 9046633. OLE color: 9046633.

HSL color Cylindrical-coordinate representation of color #690A8A: hue angle of 284.53º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690A8A is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 10 138 -
CMYK 0.24 0.93 0 0.46
HSL 284.53º 0.86% 0.29% -
HSV(B) 284.53º 0.93% 0.54% -
XYZ 10.52 5.06 24.47 -
YUV 53 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 105 10 138 0.24 0.93 0 0.46 284.53 0.86 0.29
Hex 69 A 8A 18 5D 0 2E 11D 56 1D
Octal 151 12 212 30 135 0 56 435 126 35
Binary 1101001 1010 10001010 11000 1011101 0 101110 100011101 1010110 11101

Color Harmonies of #690A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A8A

Black with #690A8A

Text Example


Text Example

White with #690A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,138); }

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

background-color css

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

 a { background-color: rgb(105,10,138); }

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

border-color css

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

 span { border-color: rgb(105,10,138); }

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