Html Css Color HEX #602BFD Han Purple

📋 copy color: '#602BFD'

red 96 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #602BFD

Tints of Han Purple #602BFD

RGB

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

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

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

R = 24.49%
G = 10.97%
B = 64.54%

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

#602BFD (or 0x602BFD) is known color: Han Purple. HEX triplet: 60, 2B and FD. RGB value is (96,43,253). Sum of RGB (Red+Green+Blue) = 96+43+253=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #602BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BFD is #9FD402. Grayscale: #525252. Windows color (decimal): -10474499 or 16591712. OLE color: 16591712.

HSL color Cylindrical-coordinate representation of color #602BFD: hue angle of 255.14º 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 #602BFD is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 43 253 -
CMYK 0.62 0.83 0 0.01
HSL 255.14º 0.98% 0.58% -
HSV(B) 255.14º 0.83% 0.99% -
XYZ 23.42 11.31 93.88 -
YUV 82.79 224.06 137.42 -
System Red Green Blue C M Y K H S L
Decimal 96 43 253 0.62 0.83 0 0.01 255.14 0.98 0.58
Hex 60 2B FD 3E 53 0 1 FF 62 3A
Octal 140 53 375 76 123 0 1 377 142 72
Binary 1100000 101011 11111101 111110 1010011 0 1 11111111 1100010 111010

Color Harmonies of #602BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BFD

Black with #602BFD

Text Example


Text Example

White with #602BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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