Html Css Color HEX #6E24FA Han Purple

📋 copy color: '#6E24FA'

red 110 ◦ green 36 ◦ blue 250

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

Shades of Han Purple #6E24FA

Tints of Han Purple #6E24FA

RGB

 RED value IS 110 (43.36% from 255) = 27.78%

 GREEN value IS 36 (14.45% from 255) = 9.09%

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

R = 27.78%
G = 9.09%
B = 63.13%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E24FA (or 0x6E24FA) is known color: Han Purple. HEX triplet: 6E, 24 and FA. RGB value is (110,36,250). Sum of RGB (Red+Green+Blue) = 110+36+250=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E24FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E24FA is #91DB05. Grayscale: #515151. Windows color (decimal): -9558790 or 16393326. OLE color: 16393326.

HSL color Cylindrical-coordinate representation of color #6E24FA: hue angle of 260.75º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E24FA is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 36 250 -
CMYK 0.56 0.86 0 0.02
HSL 260.75º 0.96% 0.56% -
HSV(B) 260.75º 0.86% 0.98% -
XYZ 24.32 11.48 91.38 -
YUV 82.52 222.52 147.6 -
System Red Green Blue C M Y K H S L
Decimal 110 36 250 0.56 0.86 0 0.02 260.75 0.96 0.56
Hex 6E 24 FA 38 56 0 2 105 60 38
Octal 156 44 372 70 126 0 2 405 140 70
Binary 1101110 100100 11111010 111000 1010110 0 10 100000101 1100000 111000

Color Harmonies of #6E24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E24FA

Black with #6E24FA

Text Example


Text Example

White with #6E24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E24FA; }

 p { color: rgb(110,36,250); }

 H1.HeaderClassName
 {
   color: #6E24FA;
 }
 .AnyTagClassName
 {
   color: #6E24FA;
 }
</style>

background-color css

<style>
 a { background-color: #6E24FA; }

 a { background-color: rgb(110,36,250); }

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

border-color css

<style>
 span { border-color: #6E24FA; }

 span { border-color: rgb(110,36,250); }

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