Html Css Color HEX #690265 Purple

📋 copy color: '#690265'

red 105 ◦ green 2 ◦ blue 101

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

Shades of Purple #690265

Tints of Purple #690265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.56%

R = 50.48%
G = 0.96%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690265 (or 0x690265) is known color: Purple. HEX triplet: 69, 02 and 65. RGB value is (105,2,101). Sum of RGB (Red+Green+Blue) = 105+2+101=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690265 is #96FD9A. Grayscale: #2B2B2B. Windows color (decimal): -9895323 or 6619753. OLE color: 6619753.

HSL color Cylindrical-coordinate representation of color #690265: hue angle of 302.33º 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 #690265 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 2 101 -
CMYK 0 0.98 0.04 0.59
HSL 302.33º 0.96% 0.21% -
HSV(B) 302.33º 0.98% 0.41% -
XYZ 8.2 3.99 12.65 -
YUV 44.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 105 2 101 0 0.98 0.04 0.59 302.33 0.96 0.21
Hex 69 2 65 0 62 4 3B 12E 60 15
Octal 151 2 145 0 142 4 73 456 140 25
Binary 1101001 10 1100101 0 1100010 100 111011 100101110 1100000 10101

Color Harmonies of #690265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690265

Black with #690265

Text Example


Text Example

White with #690265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690265; }

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

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

background-color css

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

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

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

border-color css

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

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

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