Html Css Color HEX #612FFB Han Purple

📋 copy color: '#612FFB'

red 97 ◦ green 47 ◦ blue 251

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

Shades of Han Purple #612FFB

Tints of Han Purple #612FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.9%

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

R = 24.56%
G = 11.9%
B = 63.54%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#612FFB (or 0x612FFB) is known color: Han Purple. HEX triplet: 61, 2F and FB. RGB value is (97,47,251). Sum of RGB (Red+Green+Blue) = 97+47+251=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #612FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612FFB is #9ED004. Grayscale: #545454. Windows color (decimal): -10407941 or 16461665. OLE color: 16461665.

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

Color convert

RGB 97 47 251 -
CMYK 0.61 0.81 0 0.02
HSL 254.71º 0.96% 0.58% -
HSV(B) 254.71º 0.81% 0.98% -
XYZ 23.36 11.54 92.26 -
YUV 85.21 221.57 136.41 -
System Red Green Blue C M Y K H S L
Decimal 97 47 251 0.61 0.81 0 0.02 254.71 0.96 0.58
Hex 61 2F FB 3D 51 0 2 FF 60 3A
Octal 141 57 373 75 121 0 2 377 140 72
Binary 1100001 101111 11111011 111101 1010001 0 10 11111111 1100000 111010

Color Harmonies of #612FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FFB

Black with #612FFB

Text Example


Text Example

White with #612FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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