Html Css Color HEX #65036B Purple

📋 copy color: '#65036B'

red 101 ◦ green 3 ◦ blue 107

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

Shades of Purple #65036B

Tints of Purple #65036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 47.87%
G = 1.42%
B = 50.71%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65036B (or 0x65036B) is known color: Purple. HEX triplet: 65, 03 and 6B. RGB value is (101,3,107). Sum of RGB (Red+Green+Blue) = 101+3+107=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #65036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65036B is #9AFC94. Grayscale: #2B2B2B. Windows color (decimal): -10157205 or 7013221. OLE color: 7013221.

HSL color Cylindrical-coordinate representation of color #65036B: hue angle of 296.54º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65036B is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 3 107 -
CMYK 0.06 0.97 0 0.58
HSL 296.54º 0.95% 0.22% -
HSV(B) 296.54º 0.97% 0.42% -
XYZ 8.05 3.89 14.24 -
YUV 44.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 101 3 107 0.06 0.97 0 0.58 296.54 0.95 0.22
Hex 65 3 6B 6 61 0 3A 129 5F 16
Octal 145 3 153 6 141 0 72 451 137 26
Binary 1100101 11 1101011 110 1100001 0 111010 100101001 1011111 10110

Color Harmonies of #65036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65036B

Black with #65036B

Text Example


Text Example

White with #65036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65036B; }

 p { color: rgb(101,3,107); }

 H1.HeaderClassName
 {
   color: #65036B;
 }
 .AnyTagClassName
 {
   color: #65036B;
 }
</style>

background-color css

<style>
 a { background-color: #65036B; }

 a { background-color: rgb(101,3,107); }

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

border-color css

<style>
 span { border-color: #65036B; }

 span { border-color: rgb(101,3,107); }

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