Html Css Color HEX #6133FA Han Purple

📋 copy color: '#6133FA'

red 97 ◦ green 51 ◦ blue 250

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

Shades of Han Purple #6133FA

Tints of Han Purple #6133FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 24.37%
G = 12.81%
B = 62.81%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6133FA (or 0x6133FA) is known color: Han Purple. HEX triplet: 61, 33 and FA. RGB value is (97,51,250). Sum of RGB (Red+Green+Blue) = 97+51+250=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #6133FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6133FA is #9ECC05. Grayscale: #565656. Windows color (decimal): -10406918 or 16397153. OLE color: 16397153.

HSL color Cylindrical-coordinate representation of color #6133FA: hue angle of 253.87º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6133FA is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 51 250 -
CMYK 0.61 0.80 0 0.02
HSL 253.87º 0.95% 0.59% -
HSV(B) 253.87º 0.8% 0.98% -
XYZ 23.37 11.81 91.49 -
YUV 87.44 219.74 134.82 -
System Red Green Blue C M Y K H S L
Decimal 97 51 250 0.61 0.80 0 0.02 253.87 0.95 0.59
Hex 61 33 FA 3D 50 0 2 FE 5F 3B
Octal 141 63 372 75 120 0 2 376 137 73
Binary 1100001 110011 11111010 111101 1010000 0 10 11111110 1011111 111011

Color Harmonies of #6133FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6133FA

Black with #6133FA

Text Example


Text Example

White with #6133FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6133FA; }

 p { color: rgb(97,51,250); }

 H1.HeaderClassName
 {
   color: #6133FA;
 }
 .AnyTagClassName
 {
   color: #6133FA;
 }
</style>

background-color css

<style>
 a { background-color: #6133FA; }

 a { background-color: rgb(97,51,250); }

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

border-color css

<style>
 span { border-color: #6133FA; }

 span { border-color: rgb(97,51,250); }

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