Html Css Color HEX #6B24F0 Han Purple

📋 copy color: '#6B24F0'

red 107 ◦ green 36 ◦ blue 240

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

Shades of Han Purple #6B24F0

Tints of Han Purple #6B24F0

RGB

 RED value IS 107 (42.19% from 255) = 27.94%

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

 BLUE value IS 240 (94.14% from 255) = 62.66%

R = 27.94%
G = 9.4%
B = 62.66%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B24F0 (or 0x6B24F0) is known color: Han Purple. HEX triplet: 6B, 24 and F0. RGB value is (107,36,240). Sum of RGB (Red+Green+Blue) = 107+36+240=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B24F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B24F0 is #94DB0F. Grayscale: #4F4F4F. Windows color (decimal): -9755408 or 15737963. OLE color: 15737963.

HSL color Cylindrical-coordinate representation of color #6B24F0: hue angle of 260.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B24F0 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 36 240 -
CMYK 0.55 0.85 0 0.06
HSL 260.88º 0.87% 0.54% -
HSV(B) 260.88º 0.85% 0.94% -
XYZ 22.42 10.68 83.32 -
YUV 80.49 218.02 146.91 -
System Red Green Blue C M Y K H S L
Decimal 107 36 240 0.55 0.85 0 0.06 260.88 0.87 0.54
Hex 6B 24 F0 37 55 0 6 105 57 36
Octal 153 44 360 67 125 0 6 405 127 66
Binary 1101011 100100 11110000 110111 1010101 0 110 100000101 1010111 110110

Color Harmonies of #6B24F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B24F0

Black with #6B24F0

Text Example


Text Example

White with #6B24F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,240); }

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

background-color css

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

 a { background-color: rgb(107,36,240); }

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

border-color css

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

 span { border-color: rgb(107,36,240); }

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