Html Css Color HEX #690165 Purple

📋 copy color: '#690165'

red 105 ◦ green 1 ◦ blue 101

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

Shades of Purple #690165

Tints of Purple #690165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.79%

R = 50.72%
G = 0.48%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690165 (or 0x690165) is known color: Purple. HEX triplet: 69, 01 and 65. RGB value is (105,1,101). Sum of RGB (Red+Green+Blue) = 105+1+101=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #690165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690165 is #96FE9A. Grayscale: #2B2B2B. Windows color (decimal): -9895579 or 6619497. OLE color: 6619497.

HSL color Cylindrical-coordinate representation of color #690165: hue angle of 302.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690165 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 101 -
CMYK 0 0.99 0.04 0.59
HSL 302.31º 0.98% 0.21% -
HSV(B) 302.31º 0.99% 0.41% -
XYZ 8.19 3.96 12.65 -
YUV 43.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 105 1 101 0 0.99 0.04 0.59 302.31 0.98 0.21
Hex 69 1 65 0 63 4 3B 12E 62 15
Octal 151 1 145 0 143 4 73 456 142 25
Binary 1101001 1 1100101 0 1100011 100 111011 100101110 1100010 10101

Color Harmonies of #690165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690165

Black with #690165

Text Example


Text Example

White with #690165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690165; }

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

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

background-color css

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

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

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

border-color css

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

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

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