Html Css Color HEX #6010F7 Han Purple

📋 copy color: '#6010F7'

red 96 ◦ green 16 ◦ blue 247

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

Shades of Han Purple #6010F7

Tints of Han Purple #6010F7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

 BLUE value IS 247 (96.88% from 255) = 68.8%

R = 26.74%
G = 4.46%
B = 68.8%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6010F7 (or 0x6010F7) is known color: Han Purple. HEX triplet: 60, 10 and F7. RGB value is (96,16,247). Sum of RGB (Red+Green+Blue) = 96+16+247=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #6010F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010F7 is #9FEF08. Grayscale: #414141. Windows color (decimal): -10481417 or 16191584. OLE color: 16191584.

HSL color Cylindrical-coordinate representation of color #6010F7: hue angle of 260.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6010F7 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 16 247 -
CMYK 0.61 0.94 0 0.03
HSL 260.78º 0.94% 0.52% -
HSV(B) 260.78º 0.94% 0.97% -
XYZ 21.8 9.57 88.69 -
YUV 66.25 230 149.22 -
System Red Green Blue C M Y K H S L
Decimal 96 16 247 0.61 0.94 0 0.03 260.78 0.94 0.52
Hex 60 10 F7 3D 5E 0 3 105 5E 34
Octal 140 20 367 75 136 0 3 405 136 64
Binary 1100000 10000 11110111 111101 1011110 0 11 100000101 1011110 110100

Color Harmonies of #6010F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010F7

Black with #6010F7

Text Example


Text Example

White with #6010F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6010F7; }

 p { color: rgb(96,16,247); }

 H1.HeaderClassName
 {
   color: #6010F7;
 }
 .AnyTagClassName
 {
   color: #6010F7;
 }
</style>

background-color css

<style>
 a { background-color: #6010F7; }

 a { background-color: rgb(96,16,247); }

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

border-color css

<style>
 span { border-color: #6010F7; }

 span { border-color: rgb(96,16,247); }

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