Html Css Color HEX #65067A Purple

📋 copy color: '#65067A'

red 101 ◦ green 6 ◦ blue 122

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

Shades of Purple #65067A

Tints of Purple #65067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 44.1%
G = 2.62%
B = 53.28%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65067A (or 0x65067A) is known color: Purple. HEX triplet: 65, 06 and 7A. RGB value is (101,6,122). Sum of RGB (Red+Green+Blue) = 101+6+122=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #65067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65067A is #9AF985. Grayscale: #2F2F2F. Windows color (decimal): -10156422 or 7997029. OLE color: 7997029.

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

Color convert

RGB 101 6 122 -
CMYK 0.17 0.95 0 0.52
HSL 289.14º 0.91% 0.25% -
HSV(B) 289.14º 0.95% 0.48% -
XYZ 8.94 4.3 18.77 -
YUV 47.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 101 6 122 0.17 0.95 0 0.52 289.14 0.91 0.25
Hex 65 6 7A 11 5F 0 34 121 5B 19
Octal 145 6 172 21 137 0 64 441 133 31
Binary 1100101 110 1111010 10001 1011111 0 110100 100100001 1011011 11001

Color Harmonies of #65067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65067A

Black with #65067A

Text Example


Text Example

White with #65067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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