Html Css Color HEX #690B7A Purple

📋 copy color: '#690B7A'

red 105 ◦ green 11 ◦ blue 122

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

Shades of Purple #690B7A

Tints of Purple #690B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 44.12%
G = 4.62%
B = 51.26%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#690B7A (or 0x690B7A) is known color: Purple. HEX triplet: 69, 0B and 7A. RGB value is (105,11,122). Sum of RGB (Red+Green+Blue) = 105+11+122=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #690B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B7A is #96F485. Grayscale: #333333. Windows color (decimal): -9892998 or 7998313. OLE color: 7998313.

HSL color Cylindrical-coordinate representation of color #690B7A: hue angle of 290.81º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690B7A is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 11 122 -
CMYK 0.14 0.91 0 0.52
HSL 290.81º 0.83% 0.26% -
HSV(B) 290.81º 0.91% 0.48% -
XYZ 9.46 4.65 18.81 -
YUV 51.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 105 11 122 0.14 0.91 0 0.52 290.81 0.83 0.26
Hex 69 B 7A E 5B 0 34 123 53 1A
Octal 151 13 172 16 133 0 64 443 123 32
Binary 1101001 1011 1111010 1110 1011011 0 110100 100100011 1010011 11010

Color Harmonies of #690B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B7A

Black with #690B7A

Text Example


Text Example

White with #690B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,11,122); }

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

background-color css

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

 a { background-color: rgb(105,11,122); }

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

border-color css

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

 span { border-color: rgb(105,11,122); }

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