Html Css Color HEX #612CFB Han Purple

📋 copy color: '#612CFB'

red 97 ◦ green 44 ◦ blue 251

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

Shades of Han Purple #612CFB

Tints of Han Purple #612CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

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

R = 24.74%
G = 11.22%
B = 64.03%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#612CFB (or 0x612CFB) is known color: Han Purple. HEX triplet: 61, 2C and FB. RGB value is (97,44,251). Sum of RGB (Red+Green+Blue) = 97+44+251=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #612CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CFB is #9ED304. Grayscale: #525252. Windows color (decimal): -10408709 or 16460897. OLE color: 16460897.

HSL color Cylindrical-coordinate representation of color #612CFB: hue angle of 255.36º degrees, saturation: 0.96, 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 #612CFB is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 44 251 -
CMYK 0.61 0.82 0 0.02
HSL 255.36º 0.96% 0.58% -
HSV(B) 255.36º 0.82% 0.98% -
XYZ 23.24 11.31 92.22 -
YUV 83.45 222.56 137.67 -
System Red Green Blue C M Y K H S L
Decimal 97 44 251 0.61 0.82 0 0.02 255.36 0.96 0.58
Hex 61 2C FB 3D 52 0 2 FF 60 3A
Octal 141 54 373 75 122 0 2 377 140 72
Binary 1100001 101100 11111011 111101 1010010 0 10 11111111 1100000 111010

Color Harmonies of #612CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CFB

Black with #612CFB

Text Example


Text Example

White with #612CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,44,251); }

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

background-color css

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

 a { background-color: rgb(97,44,251); }

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

border-color css

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

 span { border-color: rgb(97,44,251); }

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