Html Css Color HEX #7438FF Blue Violet

📋 copy color: '#7438FF'

red 116 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #7438FF

Tints of Blue Violet #7438FF

RGB

 RED value IS 116 (45.7% from 255) = 27.17%

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

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

R = 27.17%
G = 13.11%
B = 59.72%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7438FF (or 0x7438FF) is known color: Blue Violet. HEX triplet: 74, 38 and FF. RGB value is (116,56,255). Sum of RGB (Red+Green+Blue) = 116+56+255=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #7438FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7438FF is #8BC700. Grayscale: #5F5F5F. Windows color (decimal): -9160449 or 16726132. OLE color: 16726132.

HSL color Cylindrical-coordinate representation of color #7438FF: hue angle of 258.09º 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 #7438FF is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 56 255 -
CMYK 0.55 0.78 0 0
HSL 258.09º 1% 0.61% -
HSV(B) 258.09º 0.78% 1% -
XYZ 26.67 13.76 95.86 -
YUV 96.63 217.38 141.82 -
System Red Green Blue C M Y K H S L
Decimal 116 56 255 0.55 0.78 0 0 258.09 1 0.61
Hex 74 38 FF 37 4E 0 0 102 64 3D
Octal 164 70 377 67 116 0 0 402 144 75
Binary 1110100 111000 11111111 110111 1001110 0 0 100000010 1100100 111101

Color Harmonies of #7438FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7438FF

Black with #7438FF

Text Example


Text Example

White with #7438FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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