Html Css Color HEX #413553 Grape

📋 copy color: '#413553'

red 65 ◦ green 53 ◦ blue 83

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

Shades of Grape #413553

Tints of Grape #413553

RGB

 RED value IS 65 (25.78% from 255) = 32.34%

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 32.34%
G = 26.37%
B = 41.29%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413553 (or 0x413553) is known color: Grape. HEX triplet: 41, 35 and 53. RGB value is (65,53,83). Sum of RGB (Red+Green+Blue) = 65+53+83=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #413553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413553 is #BECAAC. Grayscale: #3B3B3B. Windows color (decimal): -12503725 or 5453121. OLE color: 5453121.

HSL color Cylindrical-coordinate representation of color #413553: hue angle of 264º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413553 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 53 83 -
CMYK 0.22 0.36 0 0.67
HSL 264º 0.22% 0.27% -
HSV(B) 264º 0.36% 0.33% -
XYZ 5.01 4.29 8.75 -
YUV 60.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 65 53 83 0.22 0.36 0 0.67 264 0.22 0.27
Hex 41 35 53 16 24 0 43 108 16 1B
Octal 101 65 123 26 44 0 103 410 26 33
Binary 1000001 110101 1010011 10110 100100 0 1000011 100001000 10110 11011

Color Harmonies of #413553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413553

Black with #413553

Text Example


Text Example

White with #413553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413553; }

 p { color: rgb(65,53,83); }

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

background-color css

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

 a { background-color: rgb(65,53,83); }

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

border-color css

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

 span { border-color: rgb(65,53,83); }

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