Html Css Color HEX #650062 Purple

📋 copy color: '#650062'

red 101 ◦ green 0 ◦ blue 98

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

Shades of Purple #650062

Tints of Purple #650062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.25%

R = 50.75%
G = 0%
B = 49.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#650062 (or 0x650062) is known color: Purple. HEX triplet: 65, 00 and 62. RGB value is (101,0,98). Sum of RGB (Red+Green+Blue) = 101+0+98=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #650062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650062 is #9AFF9D. Grayscale: #292929. Windows color (decimal): -10157982 or 6422629. OLE color: 6422629.

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

Color convert

RGB 101 0 98 -
CMYK 0 1 0.03 0.60
HSL 301.78º 1% 0.2% -
HSV(B) 301.78º 1% 0.4% -
XYZ 7.57 3.65 11.86 -
YUV 41.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 101 0 98 0 1 0.03 0.60 301.78 1 0.2
Hex 65 0 62 0 64 3 3C 12E 64 14
Octal 145 0 142 0 144 3 74 456 144 24
Binary 1100101 0 1100010 0 1100100 11 111100 100101110 1100100 10100

Color Harmonies of #650062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650062

Black with #650062

Text Example


Text Example

White with #650062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650062; }

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

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

background-color css

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

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

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

border-color css

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

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

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