Html Css Color HEX #6A24FA Han Purple

📋 copy color: '#6A24FA'

red 106 ◦ green 36 ◦ blue 250

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

Shades of Han Purple #6A24FA

Tints of Han Purple #6A24FA

RGB

 RED value IS 106 (41.8% from 255) = 27.04%

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

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

R = 27.04%
G = 9.18%
B = 63.78%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A24FA (or 0x6A24FA) is known color: Han Purple. HEX triplet: 6A, 24 and FA. RGB value is (106,36,250). Sum of RGB (Red+Green+Blue) = 106+36+250=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A24FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A24FA is #95DB05. Grayscale: #505050. Windows color (decimal): -9820934 or 16393322. OLE color: 16393322.

HSL color Cylindrical-coordinate representation of color #6A24FA: hue angle of 259.63º 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 #6A24FA is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 36 250 -
CMYK 0.58 0.86 0 0.02
HSL 259.63º 0.96% 0.56% -
HSV(B) 259.63º 0.86% 0.98% -
XYZ 23.83 11.23 91.35 -
YUV 81.33 223.19 145.6 -
System Red Green Blue C M Y K H S L
Decimal 106 36 250 0.58 0.86 0 0.02 259.63 0.96 0.56
Hex 6A 24 FA 3A 56 0 2 104 60 38
Octal 152 44 372 72 126 0 2 404 140 70
Binary 1101010 100100 11111010 111010 1010110 0 10 100000100 1100000 111000

Color Harmonies of #6A24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A24FA

Black with #6A24FA

Text Example


Text Example

White with #6A24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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