Html Css Color HEX #65017C Purple

📋 copy color: '#65017C'

red 101 ◦ green 1 ◦ blue 124

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

Shades of Purple #65017C

Tints of Purple #65017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 44.69%
G = 0.44%
B = 54.87%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65017C (or 0x65017C) is known color: Purple. HEX triplet: 65, 01 and 7C. RGB value is (101,1,124). Sum of RGB (Red+Green+Blue) = 101+1+124=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #65017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65017C is #9AFE83. Grayscale: #2C2C2C. Windows color (decimal): -10157700 or 8126821. OLE color: 8126821.

HSL color Cylindrical-coordinate representation of color #65017C: hue angle of 288.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65017C is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 1 124 -
CMYK 0.19 0.99 0 0.51
HSL 288.78º 0.98% 0.25% -
HSV(B) 288.78º 0.99% 0.49% -
XYZ 9.02 4.24 19.41 -
YUV 44.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 101 1 124 0.19 0.99 0 0.51 288.78 0.98 0.25
Hex 65 1 7C 13 63 0 33 121 62 19
Octal 145 1 174 23 143 0 63 441 142 31
Binary 1100101 1 1111100 10011 1100011 0 110011 100100001 1100010 11001

Color Harmonies of #65017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65017C

Black with #65017C

Text Example


Text Example

White with #65017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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