Html Css Color HEX #690276 Purple

📋 copy color: '#690276'

red 105 ◦ green 2 ◦ blue 118

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

Shades of Purple #690276

Tints of Purple #690276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 46.67%
G = 0.89%
B = 52.44%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#690276 (or 0x690276) is known color: Purple. HEX triplet: 69, 02 and 76. RGB value is (105,2,118). Sum of RGB (Red+Green+Blue) = 105+2+118=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #690276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690276 is #96FD89. Grayscale: #2D2D2D. Windows color (decimal): -9895306 or 7733865. OLE color: 7733865.

HSL color Cylindrical-coordinate representation of color #690276: hue angle of 293.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690276 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 2 118 -
CMYK 0.11 0.98 0 0.54
HSL 293.28º 0.97% 0.24% -
HSV(B) 293.28º 0.98% 0.46% -
XYZ 9.12 4.35 17.5 -
YUV 46.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 105 2 118 0.11 0.98 0 0.54 293.28 0.97 0.24
Hex 69 2 76 B 62 0 36 125 61 18
Octal 151 2 166 13 142 0 66 445 141 30
Binary 1101001 10 1110110 1011 1100010 0 110110 100100101 1100001 11000

Color Harmonies of #690276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690276

Black with #690276

Text Example


Text Example

White with #690276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690276; }

 p { color: rgb(105,2,118); }

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

background-color css

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

 a { background-color: rgb(105,2,118); }

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

border-color css

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

 span { border-color: rgb(105,2,118); }

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