Html Css Color HEX #690263 Purple

📋 copy color: '#690263'

red 105 ◦ green 2 ◦ blue 99

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

Shades of Purple #690263

Tints of Purple #690263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.06%

R = 50.97%
G = 0.97%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#690263 (or 0x690263) is known color: Purple. HEX triplet: 69, 02 and 63. RGB value is (105,2,99). Sum of RGB (Red+Green+Blue) = 105+2+99=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690263 is #96FD9C. Grayscale: #2B2B2B. Windows color (decimal): -9895325 or 6488681. OLE color: 6488681.

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

Color convert

RGB 105 2 99 -
CMYK 0 0.98 0.06 0.59
HSL 303.5º 0.96% 0.21% -
HSV(B) 303.5º 0.98% 0.41% -
XYZ 8.1 3.95 12.14 -
YUV 43.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 105 2 99 0 0.98 0.06 0.59 303.5 0.96 0.21
Hex 69 2 63 0 62 6 3B 12F 60 15
Octal 151 2 143 0 142 6 73 457 140 25
Binary 1101001 10 1100011 0 1100010 110 111011 100101111 1100000 10101

Color Harmonies of #690263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690263

Black with #690263

Text Example


Text Example

White with #690263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690263; }

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

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

background-color css

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

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

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

border-color css

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

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

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