Html Css Color HEX #690181 Purple

📋 copy color: '#690181'

red 105 ◦ green 1 ◦ blue 129

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

Shades of Purple #690181

Tints of Purple #690181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 129 (50.78% from 255) = 54.89%

R = 44.68%
G = 0.43%
B = 54.89%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#690181 (or 0x690181) is known color: Purple. HEX triplet: 69, 01 and 81. RGB value is (105,1,129). Sum of RGB (Red+Green+Blue) = 105+1+129=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #690181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690181 is #96FE7E. Grayscale: #2E2E2E. Windows color (decimal): -9895551 or 8454505. OLE color: 8454505.

HSL color Cylindrical-coordinate representation of color #690181: hue angle of 288.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690181 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 1 129 -
CMYK 0.19 0.99 0 0.49
HSL 288.75º 0.98% 0.25% -
HSV(B) 288.75º 0.99% 0.51% -
XYZ 9.8 4.61 21.14 -
YUV 46.69 174.46 169.59 -
System Red Green Blue C M Y K H S L
Decimal 105 1 129 0.19 0.99 0 0.49 288.75 0.98 0.25
Hex 69 1 81 13 63 0 31 121 62 19
Octal 151 1 201 23 143 0 61 441 142 31
Binary 1101001 1 10000001 10011 1100011 0 110001 100100001 1100010 11001

Color Harmonies of #690181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690181

Black with #690181

Text Example


Text Example

White with #690181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690181; }

 p { color: rgb(105,1,129); }

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

background-color css

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

 a { background-color: rgb(105,1,129); }

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

border-color css

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

 span { border-color: rgb(105,1,129); }

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