Html Css Color HEX #650069 Purple

📋 copy color: '#650069'

red 101 ◦ green 0 ◦ blue 105

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

Shades of Purple #650069

Tints of Purple #650069

RGB

 RED value IS 101 (39.84% from 255) = 49.03%

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

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

R = 49.03%
G = 0%
B = 50.97%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#650069 (or 0x650069) is known color: Purple. HEX triplet: 65, 00 and 69. RGB value is (101,0,105). Sum of RGB (Red+Green+Blue) = 101+0+105=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #650069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650069 is #9AFF96. Grayscale: #292929. Windows color (decimal): -10157975 or 6881381. OLE color: 6881381.

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

Color convert

RGB 101 0 105 -
CMYK 0.04 1 0 0.59
HSL 297.71º 1% 0.21% -
HSV(B) 297.71º 1% 0.41% -
XYZ 7.92 3.79 13.68 -
YUV 42.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 101 0 105 0.04 1 0 0.59 297.71 1 0.21
Hex 65 0 69 4 64 0 3B 12A 64 15
Octal 145 0 151 4 144 0 73 452 144 25
Binary 1100101 0 1101001 100 1100100 0 111011 100101010 1100100 10101

Color Harmonies of #650069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650069

Black with #650069

Text Example


Text Example

White with #650069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650069; }

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

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

background-color css

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

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

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

border-color css

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

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

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