Html Css Color HEX #650469 Purple

📋 copy color: '#650469'

red 101 ◦ green 4 ◦ blue 105

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

Shades of Purple #650469

Tints of Purple #650469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50%

R = 48.1%
G = 1.9%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#650469 (or 0x650469) is known color: Purple. HEX triplet: 65, 04 and 69. RGB value is (101,4,105). Sum of RGB (Red+Green+Blue) = 101+4+105=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #650469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650469 is #9AFB96. Grayscale: #2C2C2C. Windows color (decimal): -10156951 or 6882405. OLE color: 6882405.

HSL color Cylindrical-coordinate representation of color #650469: hue angle of 297.62º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650469 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 4 105 -
CMYK 0.04 0.96 0 0.59
HSL 297.62º 0.93% 0.21% -
HSV(B) 297.62º 0.96% 0.41% -
XYZ 7.96 3.87 13.69 -
YUV 44.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 101 4 105 0.04 0.96 0 0.59 297.62 0.93 0.21
Hex 65 4 69 4 60 0 3B 12A 5D 15
Octal 145 4 151 4 140 0 73 452 135 25
Binary 1100101 100 1101001 100 1100000 0 111011 100101010 1011101 10101

Color Harmonies of #650469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650469

Black with #650469

Text Example


Text Example

White with #650469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650469; }

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

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

background-color css

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

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

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

border-color css

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

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

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