Html Css Color HEX #65016F Purple

📋 copy color: '#65016F'

red 101 ◦ green 1 ◦ blue 111

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

Shades of Purple #65016F

Tints of Purple #65016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 47.42%
G = 0.47%
B = 52.11%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#65016F (or 0x65016F) is known color: Purple. HEX triplet: 65, 01 and 6F. RGB value is (101,1,111). Sum of RGB (Red+Green+Blue) = 101+1+111=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #65016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65016F is #9AFE90. Grayscale: #2B2B2B. Windows color (decimal): -10157713 or 7274853. OLE color: 7274853.

HSL color Cylindrical-coordinate representation of color #65016F: hue angle of 294.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65016F is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 1 111 -
CMYK 0.09 0.99 0 0.56
HSL 294.55º 0.98% 0.22% -
HSV(B) 294.55º 0.99% 0.44% -
XYZ 8.25 3.94 15.36 -
YUV 43.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 101 1 111 0.09 0.99 0 0.56 294.55 0.98 0.22
Hex 65 1 6F 9 63 0 38 127 62 16
Octal 145 1 157 11 143 0 70 447 142 26
Binary 1100101 1 1101111 1001 1100011 0 111000 100100111 1100010 10110

Color Harmonies of #65016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65016F

Black with #65016F

Text Example


Text Example

White with #65016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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