Html Css Color HEX #65057A Purple

📋 copy color: '#65057A'

red 101 ◦ green 5 ◦ blue 122

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

Shades of Purple #65057A

Tints of Purple #65057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.51%

R = 44.3%
G = 2.19%
B = 53.51%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65057A (or 0x65057A) is known color: Purple. HEX triplet: 65, 05 and 7A. RGB value is (101,5,122). Sum of RGB (Red+Green+Blue) = 101+5+122=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #65057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65057A is #9AFA85. Grayscale: #2E2E2E. Windows color (decimal): -10156678 or 7996773. OLE color: 7996773.

HSL color Cylindrical-coordinate representation of color #65057A: hue angle of 289.23º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65057A is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 5 122 -
CMYK 0.17 0.96 0 0.52
HSL 289.23º 0.92% 0.25% -
HSV(B) 289.23º 0.96% 0.48% -
XYZ 8.93 4.28 18.77 -
YUV 47.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 101 5 122 0.17 0.96 0 0.52 289.23 0.92 0.25
Hex 65 5 7A 11 60 0 34 121 5C 19
Octal 145 5 172 21 140 0 64 441 134 31
Binary 1100101 101 1111010 10001 1100000 0 110100 100100001 1011100 11001

Color Harmonies of #65057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65057A

Black with #65057A

Text Example


Text Example

White with #65057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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