Html Css Color HEX #6320FB Han Purple

📋 copy color: '#6320FB'

red 99 ◦ green 32 ◦ blue 251

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

Shades of Han Purple #6320FB

Tints of Han Purple #6320FB

RGB

 RED value IS 99 (39.06% from 255) = 25.92%

 GREEN value IS 32 (12.89% from 255) = 8.38%

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 25.92%
G = 8.38%
B = 65.71%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6320FB (or 0x6320FB) is known color: Han Purple. HEX triplet: 63, 20 and FB. RGB value is (99,32,251). Sum of RGB (Red+Green+Blue) = 99+32+251=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #6320FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320FB is #9CDF04. Grayscale: #4C4C4C. Windows color (decimal): -10280709 or 16457827. OLE color: 16457827.

HSL color Cylindrical-coordinate representation of color #6320FB: hue angle of 258.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6320FB is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 32 251 -
CMYK 0.61 0.87 0 0.02
HSL 258.36º 0.96% 0.55% -
HSV(B) 258.36º 0.87% 0.98% -
XYZ 23.07 10.65 92.11 -
YUV 77 226.2 143.69 -
System Red Green Blue C M Y K H S L
Decimal 99 32 251 0.61 0.87 0 0.02 258.36 0.96 0.55
Hex 63 20 FB 3D 57 0 2 102 60 37
Octal 143 40 373 75 127 0 2 402 140 67
Binary 1100011 100000 11111011 111101 1010111 0 10 100000010 1100000 110111

Color Harmonies of #6320FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320FB

Black with #6320FB

Text Example


Text Example

White with #6320FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6320FB; }

 p { color: rgb(99,32,251); }

 H1.HeaderClassName
 {
   color: #6320FB;
 }
 .AnyTagClassName
 {
   color: #6320FB;
 }
</style>

background-color css

<style>
 a { background-color: #6320FB; }

 a { background-color: rgb(99,32,251); }

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

border-color css

<style>
 span { border-color: #6320FB; }

 span { border-color: rgb(99,32,251); }

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