Html Css Color HEX #690064 Purple

📋 copy color: '#690064'

red 105 ◦ green 0 ◦ blue 100

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

Shades of Purple #690064

Tints of Purple #690064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 51.22%
G = 0%
B = 48.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#690064 (or 0x690064) is known color: Purple. HEX triplet: 69, 00 and 64. RGB value is (105,0,100). Sum of RGB (Red+Green+Blue) = 105+0+100=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #690064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690064 is #96FF9B. Grayscale: #2A2A2A. Windows color (decimal): -9895836 or 6553705. OLE color: 6553705.

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

Color convert

RGB 105 0 100 -
CMYK 0 1 0.05 0.59
HSL 302.86º 1% 0.21% -
HSV(B) 302.86º 1% 0.41% -
XYZ 8.13 3.92 12.39 -
YUV 42.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 105 0 100 0 1 0.05 0.59 302.86 1 0.21
Hex 69 0 64 0 64 5 3B 12F 64 15
Octal 151 0 144 0 144 5 73 457 144 25
Binary 1101001 0 1100100 0 1100100 101 111011 100101111 1100100 10101

Color Harmonies of #690064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690064

Black with #690064

Text Example


Text Example

White with #690064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690064; }

 p { color: rgb(105,0,100); }

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

background-color css

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

 a { background-color: rgb(105,0,100); }

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

border-color css

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

 span { border-color: rgb(105,0,100); }

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