Html Css Color HEX #602EFD Han Purple

📋 copy color: '#602EFD'

red 96 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #602EFD

Tints of Han Purple #602EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 24.3%
G = 11.65%
B = 64.05%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#602EFD (or 0x602EFD) is known color: Han Purple. HEX triplet: 60, 2E and FD. RGB value is (96,46,253). Sum of RGB (Red+Green+Blue) = 96+46+253=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #602EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EFD is #9FD102. Grayscale: #535353. Windows color (decimal): -10473731 or 16592480. OLE color: 16592480.

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

Color convert

RGB 96 46 253 -
CMYK 0.62 0.82 0 0.01
HSL 254.49º 0.98% 0.59% -
HSV(B) 254.49º 0.82% 0.99% -
XYZ 23.53 11.53 93.91 -
YUV 84.55 223.07 136.17 -
System Red Green Blue C M Y K H S L
Decimal 96 46 253 0.62 0.82 0 0.01 254.49 0.98 0.59
Hex 60 2E FD 3E 52 0 1 FE 62 3B
Octal 140 56 375 76 122 0 1 376 142 73
Binary 1100000 101110 11111101 111110 1010010 0 1 11111110 1100010 111011

Color Harmonies of #602EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EFD

Black with #602EFD

Text Example


Text Example

White with #602EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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