Html Css Color HEX #7635DD Blue Violet

📋 copy color: '#7635DD'

red 118 ◦ green 53 ◦ blue 221

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

Shades of Blue Violet #7635DD

Tints of Blue Violet #7635DD

RGB

 RED value IS 118 (46.48% from 255) = 30.1%

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

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 30.1%
G = 13.52%
B = 56.38%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7635DD (or 0x7635DD) is known color: Blue Violet. HEX triplet: 76, 35 and DD. RGB value is (118,53,221). Sum of RGB (Red+Green+Blue) = 118+53+221=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #7635DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635DD is #89CA22. Grayscale: #5A5A5A. Windows color (decimal): -9030179 or 14497142. OLE color: 14497142.

HSL color Cylindrical-coordinate representation of color #7635DD: hue angle of 263.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7635DD is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 53 221 -
CMYK 0.47 0.76 0 0.13
HSL 263.21º 0.71% 0.54% -
HSV(B) 263.21º 0.76% 0.87% -
XYZ 21.8 11.62 69.5 -
YUV 91.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 118 53 221 0.47 0.76 0 0.13 263.21 0.71 0.54
Hex 76 35 DD 2F 4C 0 D 107 47 36
Octal 166 65 335 57 114 0 15 407 107 66
Binary 1110110 110101 11011101 101111 1001100 0 1101 100000111 1000111 110110

Color Harmonies of #7635DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7635DD

Black with #7635DD

Text Example


Text Example

White with #7635DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7635DD; }

 p { color: rgb(118,53,221); }

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

background-color css

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

 a { background-color: rgb(118,53,221); }

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

border-color css

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

 span { border-color: rgb(118,53,221); }

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