Html Css Color HEX #690570 Purple

📋 copy color: '#690570'

red 105 ◦ green 5 ◦ blue 112

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

Shades of Purple #690570

Tints of Purple #690570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 47.3%
G = 2.25%
B = 50.45%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690570 (or 0x690570) is known color: Purple. HEX triplet: 69, 05 and 70. RGB value is (105,5,112). Sum of RGB (Red+Green+Blue) = 105+5+112=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #690570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690570 is #96FA8F. Grayscale: #2E2E2E. Windows color (decimal): -9894544 or 7341417. OLE color: 7341417.

HSL color Cylindrical-coordinate representation of color #690570: hue angle of 296.07º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690570 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 5 112 -
CMYK 0.06 0.96 0 0.56
HSL 296.07º 0.91% 0.23% -
HSV(B) 296.07º 0.96% 0.44% -
XYZ 8.8 4.28 15.69 -
YUV 47.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 105 5 112 0.06 0.96 0 0.56 296.07 0.91 0.23
Hex 69 5 70 6 60 0 38 128 5B 17
Octal 151 5 160 6 140 0 70 450 133 27
Binary 1101001 101 1110000 110 1100000 0 111000 100101000 1011011 10111

Color Harmonies of #690570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690570

Black with #690570

Text Example


Text Example

White with #690570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690570; }

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

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

background-color css

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

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

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

border-color css

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

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

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