Html Css Color HEX #602DFA Han Purple

📋 copy color: '#602DFA'

red 96 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #602DFA

Tints of Han Purple #602DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.51%

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

R = 24.55%
G = 11.51%
B = 63.94%

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

#602DFA (or 0x602DFA) is known color: Han Purple. HEX triplet: 60, 2D and FA. RGB value is (96,45,250). Sum of RGB (Red+Green+Blue) = 96+45+250=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #602DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DFA is #9FD205. Grayscale: #525252. Windows color (decimal): -10473990 or 16395616. OLE color: 16395616.

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

Color convert

RGB 96 45 250 -
CMYK 0.62 0.82 0 0.02
HSL 254.93º 0.95% 0.58% -
HSV(B) 254.93º 0.82% 0.98% -
XYZ 23.02 11.27 91.4 -
YUV 83.62 221.9 136.83 -
System Red Green Blue C M Y K H S L
Decimal 96 45 250 0.62 0.82 0 0.02 254.93 0.95 0.58
Hex 60 2D FA 3E 52 0 2 FF 5F 3A
Octal 140 55 372 76 122 0 2 377 137 72
Binary 1100000 101101 11111010 111110 1010010 0 10 11111111 1011111 111010

Color Harmonies of #602DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DFA

Black with #602DFA

Text Example


Text Example

White with #602DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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