Html Css Color HEX #6A24FC Han Purple

📋 copy color: '#6A24FC'

red 106 ◦ green 36 ◦ blue 252

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

Shades of Han Purple #6A24FC

Tints of Han Purple #6A24FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 26.9%
G = 9.14%
B = 63.96%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A24FC (or 0x6A24FC) is known color: Han Purple. HEX triplet: 6A, 24 and FC. RGB value is (106,36,252). Sum of RGB (Red+Green+Blue) = 106+36+252=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A24FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A24FC is #95DB03. Grayscale: #505050. Windows color (decimal): -9820932 or 16524394. OLE color: 16524394.

HSL color Cylindrical-coordinate representation of color #6A24FC: hue angle of 259.44º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A24FC is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 36 252 -
CMYK 0.58 0.86 0 0.01
HSL 259.44º 0.97% 0.56% -
HSV(B) 259.44º 0.86% 0.99% -
XYZ 24.15 11.35 93.01 -
YUV 81.55 224.19 145.44 -
System Red Green Blue C M Y K H S L
Decimal 106 36 252 0.58 0.86 0 0.01 259.44 0.97 0.56
Hex 6A 24 FC 3A 56 0 1 103 61 38
Octal 152 44 374 72 126 0 1 403 141 70
Binary 1101010 100100 11111100 111010 1010110 0 1 100000011 1100001 111000

Color Harmonies of #6A24FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A24FC

Black with #6A24FC

Text Example


Text Example

White with #6A24FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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