Html Css Color HEX #6115FC Han Purple

📋 copy color: '#6115FC'

red 97 ◦ green 21 ◦ blue 252

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

Shades of Han Purple #6115FC

Tints of Han Purple #6115FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

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

R = 26.22%
G = 5.68%
B = 68.11%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6115FC (or 0x6115FC) is known color: Han Purple. HEX triplet: 61, 15 and FC. RGB value is (97,21,252). Sum of RGB (Red+Green+Blue) = 97+21+252=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #6115FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6115FC is #9EEA03. Grayscale: #454545. Windows color (decimal): -10414596 or 16520545. OLE color: 16520545.

HSL color Cylindrical-coordinate representation of color #6115FC: hue angle of 259.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6115FC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 21 252 -
CMYK 0.62 0.92 0 0.01
HSL 259.74º 0.97% 0.54% -
HSV(B) 259.74º 0.92% 0.99% -
XYZ 22.77 10.11 92.85 -
YUV 70.06 230.68 147.22 -
System Red Green Blue C M Y K H S L
Decimal 97 21 252 0.62 0.92 0 0.01 259.74 0.97 0.54
Hex 61 15 FC 3E 5C 0 1 104 61 36
Octal 141 25 374 76 134 0 1 404 141 66
Binary 1100001 10101 11111100 111110 1011100 0 1 100000100 1100001 110110

Color Harmonies of #6115FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115FC

Black with #6115FC

Text Example


Text Example

White with #6115FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6115FC; }

 p { color: rgb(97,21,252); }

 H1.HeaderClassName
 {
   color: #6115FC;
 }
 .AnyTagClassName
 {
   color: #6115FC;
 }
</style>

background-color css

<style>
 a { background-color: #6115FC; }

 a { background-color: rgb(97,21,252); }

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

border-color css

<style>
 span { border-color: #6115FC; }

 span { border-color: rgb(97,21,252); }

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