Html Css Color HEX #690365 Purple

📋 copy color: '#690365'

red 105 ◦ green 3 ◦ blue 101

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

Shades of Purple #690365

Tints of Purple #690365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 50.24%
G = 1.44%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690365 (or 0x690365) is known color: Purple. HEX triplet: 69, 03 and 65. RGB value is (105,3,101). Sum of RGB (Red+Green+Blue) = 105+3+101=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690365 is #96FC9A. Grayscale: #2C2C2C. Windows color (decimal): -9895067 or 6620009. OLE color: 6620009.

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

Color convert

RGB 105 3 101 -
CMYK 0 0.97 0.04 0.59
HSL 302.35º 0.94% 0.21% -
HSV(B) 302.35º 0.97% 0.41% -
XYZ 8.21 4.01 12.65 -
YUV 44.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 105 3 101 0 0.97 0.04 0.59 302.35 0.94 0.21
Hex 69 3 65 0 61 4 3B 12E 5E 15
Octal 151 3 145 0 141 4 73 456 136 25
Binary 1101001 11 1100101 0 1100001 100 111011 100101110 1011110 10101

Color Harmonies of #690365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690365

Black with #690365

Text Example


Text Example

White with #690365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690365; }

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

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

background-color css

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

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

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

border-color css

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

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

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