Html Css Color HEX #6034F0 Han Purple

📋 copy color: '#6034F0'

red 96 ◦ green 52 ◦ blue 240

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

Shades of Han Purple #6034F0

Tints of Han Purple #6034F0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.4%

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

R = 24.74%
G = 13.4%
B = 61.86%

CMYK

 C value IS 0.6

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6034F0 (or 0x6034F0) is known color: Han Purple. HEX triplet: 60, 34 and F0. RGB value is (96,52,240). Sum of RGB (Red+Green+Blue) = 96+52+240=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #6034F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6034F0 is #9FCB0F. Grayscale: #555555. Windows color (decimal): -10472208 or 15742048. OLE color: 15742048.

HSL color Cylindrical-coordinate representation of color #6034F0: hue angle of 254.04º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6034F0 is Cyan = 0.6, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 52 240 -
CMYK 0.6 0.78 0 0.06
HSL 254.04º 0.86% 0.57% -
HSV(B) 254.04º 0.78% 0.94% -
XYZ 21.78 11.23 83.46 -
YUV 86.59 214.58 134.71 -
System Red Green Blue C M Y K H S L
Decimal 96 52 240 0.6 0.78 0 0.06 254.04 0.86 0.57
Hex 60 34 F0 3C 4E 0 6 FE 56 39
Octal 140 64 360 74 116 0 6 376 126 71
Binary 1100000 110100 11110000 111100 1001110 0 110 11111110 1010110 111001

Color Harmonies of #6034F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6034F0

Black with #6034F0

Text Example


Text Example

White with #6034F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6034F0; }

 p { color: rgb(96,52,240); }

 H1.HeaderClassName
 {
   color: #6034F0;
 }
 .AnyTagClassName
 {
   color: #6034F0;
 }
</style>

background-color css

<style>
 a { background-color: #6034F0; }

 a { background-color: rgb(96,52,240); }

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

border-color css

<style>
 span { border-color: #6034F0; }

 span { border-color: rgb(96,52,240); }

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