Html Css Color HEX #65016A Purple

📋 copy color: '#65016A'

red 101 ◦ green 1 ◦ blue 106

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

Shades of Purple #65016A

Tints of Purple #65016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.96%

R = 48.56%
G = 0.48%
B = 50.96%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65016A (or 0x65016A) is known color: Purple. HEX triplet: 65, 01 and 6A. RGB value is (101,1,106). Sum of RGB (Red+Green+Blue) = 101+1+106=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #65016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65016A is #9AFE95. Grayscale: #2A2A2A. Windows color (decimal): -10157718 or 6947173. OLE color: 6947173.

HSL color Cylindrical-coordinate representation of color #65016A: hue angle of 297.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65016A is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 1 106 -
CMYK 0.05 0.99 0 0.58
HSL 297.14º 0.98% 0.21% -
HSV(B) 297.14º 0.99% 0.42% -
XYZ 7.98 3.83 13.95 -
YUV 42.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 101 1 106 0.05 0.99 0 0.58 297.14 0.98 0.21
Hex 65 1 6A 5 63 0 3A 129 62 15
Octal 145 1 152 5 143 0 72 451 142 25
Binary 1100101 1 1101010 101 1100011 0 111010 100101001 1100010 10101

Color Harmonies of #65016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65016A

Black with #65016A

Text Example


Text Example

White with #65016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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