Html Css Color HEX #690D70 Purple

📋 copy color: '#690D70'

red 105 ◦ green 13 ◦ blue 112

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

Shades of Purple #690D70

Tints of Purple #690D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.65%

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 45.65%
G = 5.65%
B = 48.7%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690D70 (or 0x690D70) is known color: Purple. HEX triplet: 69, 0D and 70. RGB value is (105,13,112). Sum of RGB (Red+Green+Blue) = 105+13+112=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #690D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D70 is #96F28F. Grayscale: #333333. Windows color (decimal): -9892496 or 7343465. OLE color: 7343465.

HSL color Cylindrical-coordinate representation of color #690D70: hue angle of 295.76º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D70 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 13 112 -
CMYK 0.06 0.88 0 0.56
HSL 295.76º 0.79% 0.25% -
HSV(B) 295.76º 0.88% 0.44% -
XYZ 8.89 4.46 15.72 -
YUV 51.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 105 13 112 0.06 0.88 0 0.56 295.76 0.79 0.25
Hex 69 D 70 6 58 0 38 128 4F 19
Octal 151 15 160 6 130 0 70 450 117 31
Binary 1101001 1101 1110000 110 1011000 0 111000 100101000 1001111 11001

Color Harmonies of #690D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D70

Black with #690D70

Text Example


Text Example

White with #690D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D70; }

 p { color: rgb(105,13,112); }

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

background-color css

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

 a { background-color: rgb(105,13,112); }

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

border-color css

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

 span { border-color: rgb(105,13,112); }

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