Html Css Color HEX #601BFA Han Purple

📋 copy color: '#601BFA'

red 96 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #601BFA

Tints of Han Purple #601BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.24%

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

R = 25.74%
G = 7.24%
B = 67.02%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#601BFA (or 0x601BFA) is known color: Han Purple. HEX triplet: 60, 1B and FA. RGB value is (96,27,250). Sum of RGB (Red+Green+Blue) = 96+27+250=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #601BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601BFA is #9FE405. Grayscale: #484848. Windows color (decimal): -10478598 or 16391008. OLE color: 16391008.

HSL color Cylindrical-coordinate representation of color #601BFA: hue angle of 258.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601BFA is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 27 250 -
CMYK 0.62 0.89 0 0.02
HSL 258.57º 0.96% 0.54% -
HSV(B) 258.57º 0.89% 0.98% -
XYZ 22.47 10.17 91.22 -
YUV 73.05 227.86 144.37 -
System Red Green Blue C M Y K H S L
Decimal 96 27 250 0.62 0.89 0 0.02 258.57 0.96 0.54
Hex 60 1B FA 3E 59 0 2 103 60 36
Octal 140 33 372 76 131 0 2 403 140 66
Binary 1100000 11011 11111010 111110 1011001 0 10 100000011 1100000 110110

Color Harmonies of #601BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BFA

Black with #601BFA

Text Example


Text Example

White with #601BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601BFA; }

 p { color: rgb(96,27,250); }

 H1.HeaderClassName
 {
   color: #601BFA;
 }
 .AnyTagClassName
 {
   color: #601BFA;
 }
</style>

background-color css

<style>
 a { background-color: #601BFA; }

 a { background-color: rgb(96,27,250); }

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

border-color css

<style>
 span { border-color: #601BFA; }

 span { border-color: rgb(96,27,250); }

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