Html Css Color HEX #690368 Purple

📋 copy color: '#690368'

red 105 ◦ green 3 ◦ blue 104

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

Shades of Purple #690368

Tints of Purple #690368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 49.53%
G = 1.42%
B = 49.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#690368 (or 0x690368) is known color: Purple. HEX triplet: 69, 03 and 68. RGB value is (105,3,104). Sum of RGB (Red+Green+Blue) = 105+3+104=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #690368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690368 is #96FC97. Grayscale: #2C2C2C. Windows color (decimal): -9895064 or 6816617. OLE color: 6816617.

HSL color Cylindrical-coordinate representation of color #690368: hue angle of 300.59º 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 #690368 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 3 104 -
CMYK 0 0.97 0.01 0.59
HSL 300.59º 0.94% 0.21% -
HSV(B) 300.59º 0.97% 0.41% -
XYZ 8.36 4.07 13.44 -
YUV 45.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 105 3 104 0 0.97 0.01 0.59 300.59 0.94 0.21
Hex 69 3 68 0 61 1 3B 12D 5E 15
Octal 151 3 150 0 141 1 73 455 136 25
Binary 1101001 11 1101000 0 1100001 1 111011 100101101 1011110 10101

Color Harmonies of #690368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690368

Black with #690368

Text Example


Text Example

White with #690368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690368; }

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

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

background-color css

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

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

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

border-color css

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

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

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