Html Css Color HEX #6024FB Han Purple

📋 copy color: '#6024FB'

red 96 ◦ green 36 ◦ blue 251

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

Shades of Han Purple #6024FB

Tints of Han Purple #6024FB

RGB

 RED value IS 96 (37.89% from 255) = 25.07%

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 25.07%
G = 9.4%
B = 65.54%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6024FB (or 0x6024FB) is known color: Han Purple. HEX triplet: 60, 24 and FB. RGB value is (96,36,251). Sum of RGB (Red+Green+Blue) = 96+36+251=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #6024FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6024FB is #9FDB04. Grayscale: #4D4D4D. Windows color (decimal): -10476293 or 16458848. OLE color: 16458848.

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

Color convert

RGB 96 36 251 -
CMYK 0.62 0.86 0 0.02
HSL 256.74º 0.96% 0.56% -
HSV(B) 256.74º 0.86% 0.98% -
XYZ 22.87 10.71 92.13 -
YUV 78.45 225.38 140.52 -
System Red Green Blue C M Y K H S L
Decimal 96 36 251 0.62 0.86 0 0.02 256.74 0.96 0.56
Hex 60 24 FB 3E 56 0 2 101 60 38
Octal 140 44 373 76 126 0 2 401 140 70
Binary 1100000 100100 11111011 111110 1010110 0 10 100000001 1100000 111000

Color Harmonies of #6024FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024FB

Black with #6024FB

Text Example


Text Example

White with #6024FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6024FB; }

 p { color: rgb(96,36,251); }

 H1.HeaderClassName
 {
   color: #6024FB;
 }
 .AnyTagClassName
 {
   color: #6024FB;
 }
</style>

background-color css

<style>
 a { background-color: #6024FB; }

 a { background-color: rgb(96,36,251); }

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

border-color css

<style>
 span { border-color: #6024FB; }

 span { border-color: rgb(96,36,251); }

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