Html Css Color HEX #65056F Purple

📋 copy color: '#65056F'

red 101 ◦ green 5 ◦ blue 111

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

Shades of Purple #65056F

Tints of Purple #65056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

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

R = 46.54%
G = 2.3%
B = 51.15%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#65056F (or 0x65056F) is known color: Purple. HEX triplet: 65, 05 and 6F. RGB value is (101,5,111). Sum of RGB (Red+Green+Blue) = 101+5+111=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #65056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65056F is #9AFA90. Grayscale: #2D2D2D. Windows color (decimal): -10156689 or 7275877. OLE color: 7275877.

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

Color convert

RGB 101 5 111 -
CMYK 0.09 0.95 0 0.56
HSL 294.34º 0.91% 0.23% -
HSV(B) 294.34º 0.95% 0.44% -
XYZ 8.29 4.02 15.38 -
YUV 45.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 101 5 111 0.09 0.95 0 0.56 294.34 0.91 0.23
Hex 65 5 6F 9 5F 0 38 126 5B 17
Octal 145 5 157 11 137 0 70 446 133 27
Binary 1100101 101 1101111 1001 1011111 0 111000 100100110 1011011 10111

Color Harmonies of #65056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65056F

Black with #65056F

Text Example


Text Example

White with #65056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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