Html Css Color HEX #65046A Purple

📋 copy color: '#65046A'

red 101 ◦ green 4 ◦ blue 106

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

Shades of Purple #65046A

Tints of Purple #65046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 47.87%
G = 1.9%
B = 50.24%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65046A (or 0x65046A) is known color: Purple. HEX triplet: 65, 04 and 6A. RGB value is (101,4,106). Sum of RGB (Red+Green+Blue) = 101+4+106=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #65046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65046A is #9AFB95. Grayscale: #2C2C2C. Windows color (decimal): -10156950 or 6947941. OLE color: 6947941.

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

Color convert

RGB 101 4 106 -
CMYK 0.05 0.96 0 0.58
HSL 297.06º 0.93% 0.22% -
HSV(B) 297.06º 0.96% 0.42% -
XYZ 8.01 3.89 13.97 -
YUV 44.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 101 4 106 0.05 0.96 0 0.58 297.06 0.93 0.22
Hex 65 4 6A 5 60 0 3A 129 5D 16
Octal 145 4 152 5 140 0 72 451 135 26
Binary 1100101 100 1101010 101 1100000 0 111010 100101001 1011101 10110

Color Harmonies of #65046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65046A

Black with #65046A

Text Example


Text Example

White with #65046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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