Html Css Color HEX #7738FF Blue Violet

📋 copy color: '#7738FF'

red 119 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #7738FF

Tints of Blue Violet #7738FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

 BLUE value IS 255 (100% from 255) = 59.3%

R = 27.67%
G = 13.02%
B = 59.3%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7738FF (or 0x7738FF) is known color: Blue Violet. HEX triplet: 77, 38 and FF. RGB value is (119,56,255). Sum of RGB (Red+Green+Blue) = 119+56+255=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #7738FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7738FF is #88C700. Grayscale: #606060. Windows color (decimal): -8963841 or 16726135. OLE color: 16726135.

HSL color Cylindrical-coordinate representation of color #7738FF: hue angle of 258.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7738FF is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 56 255 -
CMYK 0.53 0.78 0 0
HSL 259º 1% 0.61% -
HSV(B) 259º 0.78% 1% -
XYZ 27.07 13.97 95.88 -
YUV 97.52 216.87 143.32 -
System Red Green Blue C M Y K H S L
Decimal 119 56 255 0.53 0.78 0 0 259 1 0.61
Hex 77 38 FF 35 4E 0 0 103 64 3D
Octal 167 70 377 65 116 0 0 403 144 75
Binary 1110111 111000 11111111 110101 1001110 0 0 100000011 1100100 111101

Color Harmonies of #7738FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7738FF

Black with #7738FF

Text Example


Text Example

White with #7738FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7738FF; }

 p { color: rgb(119,56,255); }

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

background-color css

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

 a { background-color: rgb(119,56,255); }

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

border-color css

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

 span { border-color: rgb(119,56,255); }

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