Html Css Color HEX #7426FF Han Purple

📋 copy color: '#7426FF'

red 116 ◦ green 38 ◦ blue 255

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

Shades of Han Purple #7426FF

Tints of Han Purple #7426FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.29%

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

R = 28.36%
G = 9.29%
B = 62.35%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7426FF (or 0x7426FF) is known color: Han Purple. HEX triplet: 74, 26 and FF. RGB value is (116,38,255). Sum of RGB (Red+Green+Blue) = 116+38+255=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #7426FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7426FF is #8BD900. Grayscale: #555555. Windows color (decimal): -9165057 or 16721524. OLE color: 16721524.

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

Color convert

RGB 116 38 255 -
CMYK 0.55 0.85 0 0
HSL 261.57º 1% 0.57% -
HSV(B) 261.57º 0.85% 1% -
XYZ 25.95 12.32 95.62 -
YUV 86.06 223.34 149.36 -
System Red Green Blue C M Y K H S L
Decimal 116 38 255 0.55 0.85 0 0 261.57 1 0.57
Hex 74 26 FF 37 55 0 0 106 64 39
Octal 164 46 377 67 125 0 0 406 144 71
Binary 1110100 100110 11111111 110111 1010101 0 0 100000110 1100100 111001

Color Harmonies of #7426FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7426FF

Black with #7426FF

Text Example


Text Example

White with #7426FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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