Html Css Color HEX #690183 Purple

📋 copy color: '#690183'

red 105 ◦ green 1 ◦ blue 131

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

Shades of Purple #690183

Tints of Purple #690183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.27%

R = 44.3%
G = 0.42%
B = 55.27%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#690183 (or 0x690183) is known color: Purple. HEX triplet: 69, 01 and 83. RGB value is (105,1,131). Sum of RGB (Red+Green+Blue) = 105+1+131=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #690183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690183 is #96FE7C. Grayscale: #2E2E2E. Windows color (decimal): -9895549 or 8585577. OLE color: 8585577.

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

Color convert

RGB 105 1 131 -
CMYK 0.20 0.99 0 0.49
HSL 288º 0.98% 0.26% -
HSV(B) 288º 0.99% 0.51% -
XYZ 9.93 4.66 21.85 -
YUV 46.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 105 1 131 0.20 0.99 0 0.49 288 0.98 0.26
Hex 69 1 83 14 63 0 31 120 62 1A
Octal 151 1 203 24 143 0 61 440 142 32
Binary 1101001 1 10000011 10100 1100011 0 110001 100100000 1100010 11010

Color Harmonies of #690183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690183

Black with #690183

Text Example


Text Example

White with #690183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690183; }

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

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

background-color css

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

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

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

border-color css

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

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

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