Html Css Color HEX #65017D Purple

📋 copy color: '#65017D'

red 101 ◦ green 1 ◦ blue 125

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

Shades of Purple #65017D

Tints of Purple #65017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 44.49%
G = 0.44%
B = 55.07%

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

#65017D (or 0x65017D) is known color: Purple. HEX triplet: 65, 01 and 7D. RGB value is (101,1,125). Sum of RGB (Red+Green+Blue) = 101+1+125=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #65017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65017D is #9AFE82. Grayscale: #2C2C2C. Windows color (decimal): -10157699 or 8192357. OLE color: 8192357.

HSL color Cylindrical-coordinate representation of color #65017D: hue angle of 288.39º 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 #65017D is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 1 125 -
CMYK 0.19 0.99 0 0.51
HSL 288.39º 0.98% 0.25% -
HSV(B) 288.39º 0.99% 0.49% -
XYZ 9.08 4.27 19.75 -
YUV 45.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 101 1 125 0.19 0.99 0 0.51 288.39 0.98 0.25
Hex 65 1 7D 13 63 0 33 120 62 19
Octal 145 1 175 23 143 0 63 440 142 31
Binary 1100101 1 1111101 10011 1100011 0 110011 100100000 1100010 11001

Color Harmonies of #65017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65017D

Black with #65017D

Text Example


Text Example

White with #65017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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