Html Css Color HEX #6538F4 Han Purple

📋 copy color: '#6538F4'

red 101 ◦ green 56 ◦ blue 244

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

Shades of Han Purple #6538F4

Tints of Han Purple #6538F4

RGB

 RED value IS 101 (39.84% from 255) = 25.19%

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

 BLUE value IS 244 (95.7% from 255) = 60.85%

R = 25.19%
G = 13.97%
B = 60.85%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6538F4 (or 0x6538F4) is known color: Han Purple. HEX triplet: 65, 38 and F4. RGB value is (101,56,244). Sum of RGB (Red+Green+Blue) = 101+56+244=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #6538F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6538F4 is #9AC70B. Grayscale: #5A5A5A. Windows color (decimal): -10143500 or 16005221. OLE color: 16005221.

HSL color Cylindrical-coordinate representation of color #6538F4: hue angle of 254.36º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6538F4 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 56 244 -
CMYK 0.59 0.77 0 0.04
HSL 254.36º 0.9% 0.59% -
HSV(B) 254.36º 0.77% 0.96% -
XYZ 23.11 12.13 86.71 -
YUV 90.89 214.41 135.21 -
System Red Green Blue C M Y K H S L
Decimal 101 56 244 0.59 0.77 0 0.04 254.36 0.9 0.59
Hex 65 38 F4 3B 4D 0 4 FE 5A 3B
Octal 145 70 364 73 115 0 4 376 132 73
Binary 1100101 111000 11110100 111011 1001101 0 100 11111110 1011010 111011

Color Harmonies of #6538F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6538F4

Black with #6538F4

Text Example


Text Example

White with #6538F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6538F4; }

 p { color: rgb(101,56,244); }

 H1.HeaderClassName
 {
   color: #6538F4;
 }
 .AnyTagClassName
 {
   color: #6538F4;
 }
</style>

background-color css

<style>
 a { background-color: #6538F4; }

 a { background-color: rgb(101,56,244); }

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

border-color css

<style>
 span { border-color: #6538F4; }

 span { border-color: rgb(101,56,244); }

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