Html Css Color HEX #601CFA Han Purple

📋 copy color: '#601CFA'

red 96 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #601CFA

Tints of Han Purple #601CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

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

R = 25.67%
G = 7.49%
B = 66.84%

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

#601CFA (or 0x601CFA) is known color: Han Purple. HEX triplet: 60, 1C and FA. RGB value is (96,28,250). Sum of RGB (Red+Green+Blue) = 96+28+250=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #601CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CFA is #9FE305. Grayscale: #484848. Windows color (decimal): -10478342 or 16391264. OLE color: 16391264.

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

Color convert

RGB 96 28 250 -
CMYK 0.62 0.89 0 0.02
HSL 258.38º 0.96% 0.55% -
HSV(B) 258.38º 0.89% 0.98% -
XYZ 22.49 10.22 91.23 -
YUV 73.64 227.53 143.95 -
System Red Green Blue C M Y K H S L
Decimal 96 28 250 0.62 0.89 0 0.02 258.38 0.96 0.55
Hex 60 1C FA 3E 59 0 2 102 60 37
Octal 140 34 372 76 131 0 2 402 140 67
Binary 1100000 11100 11111010 111110 1011001 0 10 100000010 1100000 110111

Color Harmonies of #601CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CFA

Black with #601CFA

Text Example


Text Example

White with #601CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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