Html Css Color HEX #690571 Purple

📋 copy color: '#690571'

red 105 ◦ green 5 ◦ blue 113

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

Shades of Purple #690571

Tints of Purple #690571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 47.09%
G = 2.24%
B = 50.67%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690571 (or 0x690571) is known color: Purple. HEX triplet: 69, 05 and 71. RGB value is (105,5,113). Sum of RGB (Red+Green+Blue) = 105+5+113=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #690571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690571 is #96FA8E. Grayscale: #2E2E2E. Windows color (decimal): -9894543 or 7406953. OLE color: 7406953.

HSL color Cylindrical-coordinate representation of color #690571: hue angle of 295.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690571 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 5 113 -
CMYK 0.07 0.96 0 0.56
HSL 295.56º 0.92% 0.23% -
HSV(B) 295.56º 0.96% 0.44% -
XYZ 8.86 4.3 15.99 -
YUV 47.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 105 5 113 0.07 0.96 0 0.56 295.56 0.92 0.23
Hex 69 5 71 7 60 0 38 128 5C 17
Octal 151 5 161 7 140 0 70 450 134 27
Binary 1101001 101 1110001 111 1100000 0 111000 100101000 1011100 10111

Color Harmonies of #690571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690571

Black with #690571

Text Example


Text Example

White with #690571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690571; }

 p { color: rgb(105,5,113); }

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

background-color css

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

 a { background-color: rgb(105,5,113); }

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

border-color css

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

 span { border-color: rgb(105,5,113); }

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