Html Css Color HEX #602BF3 Han Purple

📋 copy color: '#602BF3'

red 96 ◦ green 43 ◦ blue 243

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

Shades of Han Purple #602BF3

Tints of Han Purple #602BF3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.26%

 BLUE value IS 243 (95.31% from 255) = 63.61%

R = 25.13%
G = 11.26%
B = 63.61%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#602BF3 (or 0x602BF3) is known color: Han Purple. HEX triplet: 60, 2B and F3. RGB value is (96,43,243). Sum of RGB (Red+Green+Blue) = 96+43+243=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #602BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BF3 is #9FD40C. Grayscale: #505050. Windows color (decimal): -10474509 or 15936352. OLE color: 15936352.

HSL color Cylindrical-coordinate representation of color #602BF3: hue angle of 255.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602BF3 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 43 243 -
CMYK 0.60 0.82 0 0.05
HSL 255.9º 0.89% 0.56% -
HSV(B) 255.9º 0.82% 0.95% -
XYZ 21.87 10.69 85.7 -
YUV 81.65 219.06 138.24 -
System Red Green Blue C M Y K H S L
Decimal 96 43 243 0.60 0.82 0 0.05 255.9 0.89 0.56
Hex 60 2B F3 3C 52 0 5 100 59 38
Octal 140 53 363 74 122 0 5 400 131 70
Binary 1100000 101011 11110011 111100 1010010 0 101 100000000 1011001 111000

Color Harmonies of #602BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BF3

Black with #602BF3

Text Example


Text Example

White with #602BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602BF3; }

 p { color: rgb(96,43,243); }

 H1.HeaderClassName
 {
   color: #602BF3;
 }
 .AnyTagClassName
 {
   color: #602BF3;
 }
</style>

background-color css

<style>
 a { background-color: #602BF3; }

 a { background-color: rgb(96,43,243); }

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

border-color css

<style>
 span { border-color: #602BF3; }

 span { border-color: rgb(96,43,243); }

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