Html Css Color HEX #6133ED Han Purple

📋 copy color: '#6133ED'

red 97 ◦ green 51 ◦ blue 237

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

Shades of Han Purple #6133ED

Tints of Han Purple #6133ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.56%

R = 25.19%
G = 13.25%
B = 61.56%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6133ED (or 0x6133ED) is known color: Han Purple. HEX triplet: 61, 33 and ED. RGB value is (97,51,237). Sum of RGB (Red+Green+Blue) = 97+51+237=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #6133ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6133ED is #9ECC12. Grayscale: #555555. Windows color (decimal): -10406931 or 15545185. OLE color: 15545185.

HSL color Cylindrical-coordinate representation of color #6133ED: hue angle of 254.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6133ED is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 51 237 -
CMYK 0.59 0.78 0 0.07
HSL 254.84º 0.84% 0.56% -
HSV(B) 254.84º 0.78% 0.93% -
XYZ 21.4 11.02 81.12 -
YUV 85.96 213.24 135.88 -
System Red Green Blue C M Y K H S L
Decimal 97 51 237 0.59 0.78 0 0.07 254.84 0.84 0.56
Hex 61 33 ED 3B 4E 0 7 FF 54 38
Octal 141 63 355 73 116 0 7 377 124 70
Binary 1100001 110011 11101101 111011 1001110 0 111 11111111 1010100 111000

Color Harmonies of #6133ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6133ED

Black with #6133ED

Text Example


Text Example

White with #6133ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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