Html Css Color HEX #65017B Purple

📋 copy color: '#65017B'

red 101 ◦ green 1 ◦ blue 123

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

Shades of Purple #65017B

Tints of Purple #65017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 44.89%
G = 0.44%
B = 54.67%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65017B (or 0x65017B) is known color: Purple. HEX triplet: 65, 01 and 7B. RGB value is (101,1,123). Sum of RGB (Red+Green+Blue) = 101+1+123=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #65017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65017B is #9AFE84. Grayscale: #2C2C2C. Windows color (decimal): -10157701 or 8061285. OLE color: 8061285.

HSL color Cylindrical-coordinate representation of color #65017B: hue angle of 289.18º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65017B is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 1 123 -
CMYK 0.18 0.99 0 0.52
HSL 289.18º 0.98% 0.24% -
HSV(B) 289.18º 0.99% 0.48% -
XYZ 8.95 4.22 19.08 -
YUV 44.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 101 1 123 0.18 0.99 0 0.52 289.18 0.98 0.24
Hex 65 1 7B 12 63 0 34 121 62 18
Octal 145 1 173 22 143 0 64 441 142 30
Binary 1100101 1 1111011 10010 1100011 0 110100 100100001 1100010 11000

Color Harmonies of #65017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65017B

Black with #65017B

Text Example


Text Example

White with #65017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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