Html Css Color HEX #612BFD Han Purple

📋 copy color: '#612BFD'

red 97 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #612BFD

Tints of Han Purple #612BFD

RGB

 RED value IS 97 (38.28% from 255) = 24.68%

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

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

R = 24.68%
G = 10.94%
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

#612BFD (or 0x612BFD) is known color: Han Purple. HEX triplet: 61, 2B and FD. RGB value is (97,43,253). Sum of RGB (Red+Green+Blue) = 97+43+253=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 43 (17.19% from 255 or 10.94% 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 #612BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612BFD is #9ED402. Grayscale: #525252. Windows color (decimal): -10408963 or 16591713. OLE color: 16591713.

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

Color convert

RGB 97 43 253 -
CMYK 0.62 0.83 0 0.01
HSL 255.43º 0.98% 0.58% -
HSV(B) 255.43º 0.83% 0.99% -
XYZ 23.52 11.36 93.88 -
YUV 83.09 223.89 137.92 -
System Red Green Blue C M Y K H S L
Decimal 97 43 253 0.62 0.83 0 0.01 255.43 0.98 0.58
Hex 61 2B FD 3E 53 0 1 FF 62 3A
Octal 141 53 375 76 123 0 1 377 142 72
Binary 1100001 101011 11111101 111110 1010011 0 1 11111111 1100010 111010

Color Harmonies of #612BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BFD

Black with #612BFD

Text Example


Text Example

White with #612BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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