Html Css Color HEX #690465 Purple

📋 copy color: '#690465'

red 105 ◦ green 4 ◦ blue 101

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

Shades of Purple #690465

Tints of Purple #690465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 50%
G = 1.9%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#690465 (or 0x690465) is known color: Purple. HEX triplet: 69, 04 and 65. RGB value is (105,4,101). Sum of RGB (Red+Green+Blue) = 105+4+101=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690465 is #96FB9A. Grayscale: #2C2C2C. Windows color (decimal): -9894811 or 6620265. OLE color: 6620265.

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

Color convert

RGB 105 4 101 -
CMYK 0 0.96 0.04 0.59
HSL 302.38º 0.93% 0.21% -
HSV(B) 302.38º 0.96% 0.41% -
XYZ 8.22 4.03 12.66 -
YUV 45.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 105 4 101 0 0.96 0.04 0.59 302.38 0.93 0.21
Hex 69 4 65 0 60 4 3B 12E 5D 15
Octal 151 4 145 0 140 4 73 456 135 25
Binary 1101001 100 1100101 0 1100000 100 111011 100101110 1011101 10101

Color Harmonies of #690465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690465

Black with #690465

Text Example


Text Example

White with #690465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690465; }

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

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

background-color css

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

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

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

border-color css

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

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

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