Html Css Color HEX #690270 Purple

📋 copy color: '#690270'

red 105 ◦ green 2 ◦ blue 112

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

Shades of Purple #690270

Tints of Purple #690270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 47.95%
G = 0.91%
B = 51.14%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690270 (or 0x690270) is known color: Purple. HEX triplet: 69, 02 and 70. RGB value is (105,2,112). Sum of RGB (Red+Green+Blue) = 105+2+112=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #690270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690270 is #96FD8F. Grayscale: #2D2D2D. Windows color (decimal): -9895312 or 7340649. OLE color: 7340649.

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

Color convert

RGB 105 2 112 -
CMYK 0.06 0.98 0 0.56
HSL 296.18º 0.96% 0.22% -
HSV(B) 296.18º 0.98% 0.44% -
XYZ 8.77 4.22 15.68 -
YUV 45.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 105 2 112 0.06 0.98 0 0.56 296.18 0.96 0.22
Hex 69 2 70 6 62 0 38 128 60 16
Octal 151 2 160 6 142 0 70 450 140 26
Binary 1101001 10 1110000 110 1100010 0 111000 100101000 1100000 10110

Color Harmonies of #690270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690270

Black with #690270

Text Example


Text Example

White with #690270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690270; }

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

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

background-color css

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

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

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

border-color css

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

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

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