Html Css Color HEX #7735FA Blue Violet

📋 copy color: '#7735FA'

red 119 ◦ green 53 ◦ blue 250

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

Shades of Blue Violet #7735FA

Tints of Blue Violet #7735FA

RGB

 RED value IS 119 (46.88% from 255) = 28.2%

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

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 28.2%
G = 12.56%
B = 59.24%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7735FA (or 0x7735FA) is known color: Blue Violet. HEX triplet: 77, 35 and FA. RGB value is (119,53,250). Sum of RGB (Red+Green+Blue) = 119+53+250=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #7735FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7735FA is #88CA05. Grayscale: #5E5E5E. Windows color (decimal): -8964614 or 16397687. OLE color: 16397687.

HSL color Cylindrical-coordinate representation of color #7735FA: hue angle of 260.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7735FA is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 53 250 -
CMYK 0.52 0.79 0 0.02
HSL 260.1º 0.95% 0.59% -
HSV(B) 260.1º 0.79% 0.98% -
XYZ 26.14 13.37 91.65 -
YUV 95.19 215.37 144.98 -
System Red Green Blue C M Y K H S L
Decimal 119 53 250 0.52 0.79 0 0.02 260.1 0.95 0.59
Hex 77 35 FA 34 4F 0 2 104 5F 3B
Octal 167 65 372 64 117 0 2 404 137 73
Binary 1110111 110101 11111010 110100 1001111 0 10 100000100 1011111 111011

Color Harmonies of #7735FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7735FA

Black with #7735FA

Text Example


Text Example

White with #7735FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7735FA; }

 p { color: rgb(119,53,250); }

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

background-color css

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

 a { background-color: rgb(119,53,250); }

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

border-color css

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

 span { border-color: rgb(119,53,250); }

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