Html Css Color HEX #602CFD Han Purple

📋 copy color: '#602CFD'

red 96 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #602CFD

Tints of Han Purple #602CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.2%

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

R = 24.43%
G = 11.2%
B = 64.38%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#602CFD (or 0x602CFD) is known color: Han Purple. HEX triplet: 60, 2C and FD. RGB value is (96,44,253). Sum of RGB (Red+Green+Blue) = 96+44+253=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #602CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CFD is #9FD302. Grayscale: #525252. Windows color (decimal): -10474243 or 16591968. OLE color: 16591968.

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

Color convert

RGB 96 44 253 -
CMYK 0.62 0.83 0 0.01
HSL 254.93º 0.98% 0.58% -
HSV(B) 254.93º 0.83% 0.99% -
XYZ 23.45 11.38 93.89 -
YUV 83.37 223.73 137.01 -
System Red Green Blue C M Y K H S L
Decimal 96 44 253 0.62 0.83 0 0.01 254.93 0.98 0.58
Hex 60 2C FD 3E 53 0 1 FF 62 3A
Octal 140 54 375 76 123 0 1 377 142 72
Binary 1100000 101100 11111101 111110 1010011 0 1 11111111 1100010 111010

Color Harmonies of #602CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CFD

Black with #602CFD

Text Example


Text Example

White with #602CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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