Html Css Color HEX #620FDF Han Purple

📋 copy color: '#620FDF'

red 98 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #620FDF

Tints of Han Purple #620FDF

RGB

 RED value IS 98 (38.67% from 255) = 29.17%

 GREEN value IS 15 (6.25% from 255) = 4.46%

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 29.17%
G = 4.46%
B = 66.37%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#620FDF (or 0x620FDF) is known color: Han Purple. HEX triplet: 62, 0F and DF. RGB value is (98,15,223). Sum of RGB (Red+Green+Blue) = 98+15+223=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #620FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FDF is #9DF020. Grayscale: #3E3E3E. Windows color (decimal): -10350625 or 14618466. OLE color: 14618466.

HSL color Cylindrical-coordinate representation of color #620FDF: hue angle of 263.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FDF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 15 223 -
CMYK 0.56 0.93 0 0.13
HSL 263.94º 0.87% 0.47% -
HSV(B) 263.94º 0.93% 0.87% -
XYZ 18.53 8.27 70.43 -
YUV 63.53 218 152.59 -
System Red Green Blue C M Y K H S L
Decimal 98 15 223 0.56 0.93 0 0.13 263.94 0.87 0.47
Hex 62 F DF 38 5D 0 D 108 57 2F
Octal 142 17 337 70 135 0 15 410 127 57
Binary 1100010 1111 11011111 111000 1011101 0 1101 100001000 1010111 101111

Color Harmonies of #620FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FDF

Black with #620FDF

Text Example


Text Example

White with #620FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620FDF; }

 p { color: rgb(98,15,223); }

 H1.HeaderClassName
 {
   color: #620FDF;
 }
 .AnyTagClassName
 {
   color: #620FDF;
 }
</style>

background-color css

<style>
 a { background-color: #620FDF; }

 a { background-color: rgb(98,15,223); }

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

border-color css

<style>
 span { border-color: #620FDF; }

 span { border-color: rgb(98,15,223); }

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