Html Css Color HEX #690275 Purple

📋 copy color: '#690275'

red 105 ◦ green 2 ◦ blue 117

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

Shades of Purple #690275

Tints of Purple #690275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 46.88%
G = 0.89%
B = 52.23%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#690275 (or 0x690275) is known color: Purple. HEX triplet: 69, 02 and 75. RGB value is (105,2,117). Sum of RGB (Red+Green+Blue) = 105+2+117=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #690275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690275 is #96FD8A. Grayscale: #2D2D2D. Windows color (decimal): -9895307 or 7668329. OLE color: 7668329.

HSL color Cylindrical-coordinate representation of color #690275: hue angle of 293.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690275 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 2 117 -
CMYK 0.10 0.98 0 0.54
HSL 293.74º 0.97% 0.23% -
HSV(B) 293.74º 0.98% 0.46% -
XYZ 9.06 4.33 17.19 -
YUV 45.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 105 2 117 0.10 0.98 0 0.54 293.74 0.97 0.23
Hex 69 2 75 A 62 0 36 126 61 17
Octal 151 2 165 12 142 0 66 446 141 27
Binary 1101001 10 1110101 1010 1100010 0 110110 100100110 1100001 10111

Color Harmonies of #690275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690275

Black with #690275

Text Example


Text Example

White with #690275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690275; }

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

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

background-color css

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

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

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

border-color css

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

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

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