Html Css Color HEX #650068 Purple

📋 copy color: '#650068'

red 101 ◦ green 0 ◦ blue 104

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

Shades of Purple #650068

Tints of Purple #650068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 49.27%
G = 0%
B = 50.73%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#650068 (or 0x650068) is known color: Purple. HEX triplet: 65, 00 and 68. RGB value is (101,0,104). Sum of RGB (Red+Green+Blue) = 101+0+104=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #650068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650068 is #9AFF97. Grayscale: #292929. Windows color (decimal): -10157976 or 6815845. OLE color: 6815845.

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

Color convert

RGB 101 0 104 -
CMYK 0.03 1 0 0.59
HSL 298.27º 1% 0.2% -
HSV(B) 298.27º 1% 0.41% -
XYZ 7.87 3.77 13.41 -
YUV 42.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 101 0 104 0.03 1 0 0.59 298.27 1 0.2
Hex 65 0 68 3 64 0 3B 12A 64 14
Octal 145 0 150 3 144 0 73 452 144 24
Binary 1100101 0 1101000 11 1100100 0 111011 100101010 1100100 10100

Color Harmonies of #650068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650068

Black with #650068

Text Example


Text Example

White with #650068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650068; }

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

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

background-color css

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

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

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

border-color css

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

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

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