Html Css Color HEX #6038F1 Han Purple

📋 copy color: '#6038F1'

red 96 ◦ green 56 ◦ blue 241

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

Shades of Han Purple #6038F1

Tints of Han Purple #6038F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.25%

 BLUE value IS 241 (94.53% from 255) = 61.32%

R = 24.43%
G = 14.25%
B = 61.32%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6038F1 (or 0x6038F1) is known color: Han Purple. HEX triplet: 60, 38 and F1. RGB value is (96,56,241). Sum of RGB (Red+Green+Blue) = 96+56+241=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #6038F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6038F1 is #9FC70E. Grayscale: #585858. Windows color (decimal): -10471183 or 15808608. OLE color: 15808608.

HSL color Cylindrical-coordinate representation of color #6038F1: hue angle of 252.97º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6038F1 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 56 241 -
CMYK 0.60 0.77 0 0.05
HSL 252.97º 0.87% 0.58% -
HSV(B) 252.97º 0.77% 0.95% -
XYZ 22.12 11.67 84.31 -
YUV 89.05 213.75 132.96 -
System Red Green Blue C M Y K H S L
Decimal 96 56 241 0.60 0.77 0 0.05 252.97 0.87 0.58
Hex 60 38 F1 3C 4D 0 5 FD 57 3A
Octal 140 70 361 74 115 0 5 375 127 72
Binary 1100000 111000 11110001 111100 1001101 0 101 11111101 1010111 111010

Color Harmonies of #6038F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038F1

Black with #6038F1

Text Example


Text Example

White with #6038F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6038F1; }

 p { color: rgb(96,56,241); }

 H1.HeaderClassName
 {
   color: #6038F1;
 }
 .AnyTagClassName
 {
   color: #6038F1;
 }
</style>

background-color css

<style>
 a { background-color: #6038F1; }

 a { background-color: rgb(96,56,241); }

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

border-color css

<style>
 span { border-color: #6038F1; }

 span { border-color: rgb(96,56,241); }

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