Html Css Color HEX #7427FF Han Purple

📋 copy color: '#7427FF'

red 116 ◦ green 39 ◦ blue 255

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

Shades of Han Purple #7427FF

Tints of Han Purple #7427FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.51%

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

R = 28.29%
G = 9.51%
B = 62.2%

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

#7427FF (or 0x7427FF) is known color: Han Purple. HEX triplet: 74, 27 and FF. RGB value is (116,39,255). Sum of RGB (Red+Green+Blue) = 116+39+255=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #7427FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7427FF is #8BD800. Grayscale: #555555. Windows color (decimal): -9164801 or 16721780. OLE color: 16721780.

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

Color convert

RGB 116 39 255 -
CMYK 0.55 0.85 0 0
HSL 261.39º 1% 0.58% -
HSV(B) 261.39º 0.85% 1% -
XYZ 25.98 12.38 95.63 -
YUV 86.65 223.01 148.94 -
System Red Green Blue C M Y K H S L
Decimal 116 39 255 0.55 0.85 0 0 261.39 1 0.58
Hex 74 27 FF 37 55 0 0 105 64 3A
Octal 164 47 377 67 125 0 0 405 144 72
Binary 1110100 100111 11111111 110111 1010101 0 0 100000101 1100100 111010

Color Harmonies of #7427FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7427FF

Black with #7427FF

Text Example


Text Example

White with #7427FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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