Html Css Color HEX #690271 Purple

📋 copy color: '#690271'

red 105 ◦ green 2 ◦ blue 113

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

Shades of Purple #690271

Tints of Purple #690271

RGB

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

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

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

R = 47.73%
G = 0.91%
B = 51.36%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690271 (or 0x690271) is known color: Purple. HEX triplet: 69, 02 and 71. RGB value is (105,2,113). Sum of RGB (Red+Green+Blue) = 105+2+113=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #690271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690271 is #96FD8E. Grayscale: #2D2D2D. Windows color (decimal): -9895311 or 7406185. OLE color: 7406185.

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

Color convert

RGB 105 2 113 -
CMYK 0.07 0.98 0 0.56
HSL 295.68º 0.97% 0.23% -
HSV(B) 295.68º 0.98% 0.44% -
XYZ 8.83 4.24 15.98 -
YUV 45.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 105 2 113 0.07 0.98 0 0.56 295.68 0.97 0.23
Hex 69 2 71 7 62 0 38 128 61 17
Octal 151 2 161 7 142 0 70 450 141 27
Binary 1101001 10 1110001 111 1100010 0 111000 100101000 1100001 10111

Color Harmonies of #690271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690271

Black with #690271

Text Example


Text Example

White with #690271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690271; }

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

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

background-color css

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

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

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

border-color css

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

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

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