Html Css Color HEX #690277 Purple

📋 copy color: '#690277'

red 105 ◦ green 2 ◦ blue 119

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

Shades of Purple #690277

Tints of Purple #690277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 46.46%
G = 0.88%
B = 52.65%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690277 (or 0x690277) is known color: Purple. HEX triplet: 69, 02 and 77. RGB value is (105,2,119). Sum of RGB (Red+Green+Blue) = 105+2+119=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #690277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690277 is #96FD88. Grayscale: #2D2D2D. Windows color (decimal): -9895305 or 7799401. OLE color: 7799401.

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

Color convert

RGB 105 2 119 -
CMYK 0.12 0.98 0 0.53
HSL 292.82º 0.97% 0.24% -
HSV(B) 292.82º 0.98% 0.47% -
XYZ 9.18 4.38 17.81 -
YUV 46.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 105 2 119 0.12 0.98 0 0.53 292.82 0.97 0.24
Hex 69 2 77 C 62 0 35 125 61 18
Octal 151 2 167 14 142 0 65 445 141 30
Binary 1101001 10 1110111 1100 1100010 0 110101 100100101 1100001 11000

Color Harmonies of #690277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690277

Black with #690277

Text Example


Text Example

White with #690277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690277; }

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

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

background-color css

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

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

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

border-color css

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

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

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