Html Css Color HEX #65046F Purple

📋 copy color: '#65046F'

red 101 ◦ green 4 ◦ blue 111

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

Shades of Purple #65046F

Tints of Purple #65046F

RGB

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

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

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

R = 46.76%
G = 1.85%
B = 51.39%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#65046F (or 0x65046F) is known color: Purple. HEX triplet: 65, 04 and 6F. RGB value is (101,4,111). Sum of RGB (Red+Green+Blue) = 101+4+111=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #65046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65046F is #9AFB90. Grayscale: #2C2C2C. Windows color (decimal): -10156945 or 7275621. OLE color: 7275621.

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

Color convert

RGB 101 4 111 -
CMYK 0.09 0.96 0 0.56
HSL 294.39º 0.93% 0.23% -
HSV(B) 294.39º 0.96% 0.44% -
XYZ 8.28 4 15.37 -
YUV 45.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 101 4 111 0.09 0.96 0 0.56 294.39 0.93 0.23
Hex 65 4 6F 9 60 0 38 126 5D 17
Octal 145 4 157 11 140 0 70 446 135 27
Binary 1100101 100 1101111 1001 1100000 0 111000 100100110 1011101 10111

Color Harmonies of #65046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65046F

Black with #65046F

Text Example


Text Example

White with #65046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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