Html Css Color HEX #7630FA Blue Violet

📋 copy color: '#7630FA'

red 118 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #7630FA

Tints of Blue Violet #7630FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

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

R = 28.37%
G = 11.54%
B = 60.1%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7630FA (or 0x7630FA) is known color: Blue Violet. HEX triplet: 76, 30 and FA. RGB value is (118,48,250). Sum of RGB (Red+Green+Blue) = 118+48+250=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #7630FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7630FA is #89CF05. Grayscale: #5B5B5B. Windows color (decimal): -9031430 or 16396406. OLE color: 16396406.

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

Color convert

RGB 118 48 250 -
CMYK 0.53 0.81 0 0.02
HSL 260.79º 0.95% 0.58% -
HSV(B) 260.79º 0.81% 0.98% -
XYZ 25.78 12.87 91.57 -
YUV 91.96 217.19 146.57 -
System Red Green Blue C M Y K H S L
Decimal 118 48 250 0.53 0.81 0 0.02 260.79 0.95 0.58
Hex 76 30 FA 35 51 0 2 105 5F 3A
Octal 166 60 372 65 121 0 2 405 137 72
Binary 1110110 110000 11111010 110101 1010001 0 10 100000101 1011111 111010

Color Harmonies of #7630FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7630FA

Black with #7630FA

Text Example


Text Example

White with #7630FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,48,250); }

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

background-color css

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

 a { background-color: rgb(118,48,250); }

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

border-color css

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

 span { border-color: rgb(118,48,250); }

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