Html Css Color HEX #650165 Purple

📋 copy color: '#650165'

red 101 ◦ green 1 ◦ blue 101

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

Shades of Purple #650165

Tints of Purple #650165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 49.75%
G = 0.49%
B = 49.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#650165 (or 0x650165) is known color: Purple. HEX triplet: 65, 01 and 65. RGB value is (101,1,101). Sum of RGB (Red+Green+Blue) = 101+1+101=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #650165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650165 is #9AFE9A. Grayscale: #2A2A2A. Windows color (decimal): -10157723 or 6619493. OLE color: 6619493.

HSL color Cylindrical-coordinate representation of color #650165: hue angle of 300º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650165 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 101 -
CMYK 0 0.99 0 0.60
HSL 300º 0.98% 0.2% -
HSV(B) 300º 0.99% 0.4% -
XYZ 7.73 3.73 12.62 -
YUV 42.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 101 1 101 0 0.99 0 0.60 300 0.98 0.2
Hex 65 1 65 0 63 0 3C 12C 62 14
Octal 145 1 145 0 143 0 74 454 142 24
Binary 1100101 1 1100101 0 1100011 0 111100 100101100 1100010 10100

Color Harmonies of #650165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650165

Black with #650165

Text Example


Text Example

White with #650165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650165; }

 p { color: rgb(101,1,101); }

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

background-color css

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

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

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

border-color css

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

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

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