Html Css Color HEX #6124FD Han Purple

📋 copy color: '#6124FD'

red 97 ◦ green 36 ◦ blue 253

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

Shades of Han Purple #6124FD

Tints of Han Purple #6124FD

RGB

 RED value IS 97 (38.28% from 255) = 25.13%

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 25.13%
G = 9.33%
B = 65.54%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6124FD (or 0x6124FD) is known color: Han Purple. HEX triplet: 61, 24 and FD. RGB value is (97,36,253). Sum of RGB (Red+Green+Blue) = 97+36+253=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #6124FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6124FD is #9EDB02. Grayscale: #4E4E4E. Windows color (decimal): -10410755 or 16589921. OLE color: 16589921.

HSL color Cylindrical-coordinate representation of color #6124FD: hue angle of 256.87º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6124FD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 36 253 -
CMYK 0.62 0.86 0 0.01
HSL 256.87º 0.98% 0.57% -
HSV(B) 256.87º 0.86% 0.99% -
XYZ 23.29 10.89 93.8 -
YUV 78.98 226.21 140.86 -
System Red Green Blue C M Y K H S L
Decimal 97 36 253 0.62 0.86 0 0.01 256.87 0.98 0.57
Hex 61 24 FD 3E 56 0 1 101 62 39
Octal 141 44 375 76 126 0 1 401 142 71
Binary 1100001 100100 11111101 111110 1010110 0 1 100000001 1100010 111001

Color Harmonies of #6124FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124FD

Black with #6124FD

Text Example


Text Example

White with #6124FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6124FD; }

 p { color: rgb(97,36,253); }

 H1.HeaderClassName
 {
   color: #6124FD;
 }
 .AnyTagClassName
 {
   color: #6124FD;
 }
</style>

background-color css

<style>
 a { background-color: #6124FD; }

 a { background-color: rgb(97,36,253); }

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

border-color css

<style>
 span { border-color: #6124FD; }

 span { border-color: rgb(97,36,253); }

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