Html Css Color HEX #6134FE Han Purple

📋 copy color: '#6134FE'

red 97 ◦ green 52 ◦ blue 254

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

Shades of Han Purple #6134FE

Tints of Han Purple #6134FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 24.07%
G = 12.9%
B = 63.03%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6134FE (or 0x6134FE) is known color: Han Purple. HEX triplet: 61, 34 and FE. RGB value is (97,52,254). Sum of RGB (Red+Green+Blue) = 97+52+254=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #6134FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6134FE is #9ECB01. Grayscale: #575757. Windows color (decimal): -10406658 or 16659553. OLE color: 16659553.

HSL color Cylindrical-coordinate representation of color #6134FE: hue angle of 253.37º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6134FE is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 52 254 -
CMYK 0.62 0.80 0 0.00
HSL 253.37º 0.99% 0.6% -
HSV(B) 253.37º 0.8% 1% -
XYZ 24.05 12.15 94.84 -
YUV 88.48 221.41 134.07 -
System Red Green Blue C M Y K H S L
Decimal 97 52 254 0.62 0.80 0 0.00 253.37 0.99 0.6
Hex 61 34 FE 3E 50 0 0 FD 63 3C
Octal 141 64 376 76 120 0 0 375 143 74
Binary 1100001 110100 11111110 111110 1010000 0 0 11111101 1100011 111100

Color Harmonies of #6134FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6134FE

Black with #6134FE

Text Example


Text Example

White with #6134FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6134FE; }

 p { color: rgb(97,52,254); }

 H1.HeaderClassName
 {
   color: #6134FE;
 }
 .AnyTagClassName
 {
   color: #6134FE;
 }
</style>

background-color css

<style>
 a { background-color: #6134FE; }

 a { background-color: rgb(97,52,254); }

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

border-color css

<style>
 span { border-color: #6134FE; }

 span { border-color: rgb(97,52,254); }

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