Html Css Color HEX #602EFA Han Purple

📋 copy color: '#602EFA'

red 96 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #602EFA

Tints of Han Purple #602EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.73%

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

R = 24.49%
G = 11.73%
B = 63.78%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#602EFA (or 0x602EFA) is known color: Han Purple. HEX triplet: 60, 2E and FA. RGB value is (96,46,250). Sum of RGB (Red+Green+Blue) = 96+46+250=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #602EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EFA is #9FD105. Grayscale: #535353. Windows color (decimal): -10473734 or 16395872. OLE color: 16395872.

HSL color Cylindrical-coordinate representation of color #602EFA: hue angle of 254.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602EFA is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 46 250 -
CMYK 0.62 0.82 0 0.02
HSL 254.71º 0.95% 0.58% -
HSV(B) 254.71º 0.82% 0.98% -
XYZ 23.06 11.34 91.42 -
YUV 84.21 221.57 136.41 -
System Red Green Blue C M Y K H S L
Decimal 96 46 250 0.62 0.82 0 0.02 254.71 0.95 0.58
Hex 60 2E FA 3E 52 0 2 FF 5F 3A
Octal 140 56 372 76 122 0 2 377 137 72
Binary 1100000 101110 11111010 111110 1010010 0 10 11111111 1011111 111010

Color Harmonies of #602EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EFA

Black with #602EFA

Text Example


Text Example

White with #602EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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