Html Css Color HEX #612CFC Han Purple

📋 copy color: '#612CFC'

red 97 ◦ green 44 ◦ blue 252

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

Shades of Han Purple #612CFC

Tints of Han Purple #612CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.12%

R = 24.68%
G = 11.2%
B = 64.12%

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

#612CFC (or 0x612CFC) is known color: Han Purple. HEX triplet: 61, 2C and FC. RGB value is (97,44,252). Sum of RGB (Red+Green+Blue) = 97+44+252=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #612CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CFC is #9ED303. Grayscale: #525252. Windows color (decimal): -10408708 or 16526433. OLE color: 16526433.

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

Color convert

RGB 97 44 252 -
CMYK 0.62 0.83 0 0.01
HSL 255.29º 0.97% 0.58% -
HSV(B) 255.29º 0.83% 0.99% -
XYZ 23.4 11.37 93.06 -
YUV 83.56 223.06 137.59 -
System Red Green Blue C M Y K H S L
Decimal 97 44 252 0.62 0.83 0 0.01 255.29 0.97 0.58
Hex 61 2C FC 3E 53 0 1 FF 61 3A
Octal 141 54 374 76 123 0 1 377 141 72
Binary 1100001 101100 11111100 111110 1010011 0 1 11111111 1100001 111010

Color Harmonies of #612CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CFC

Black with #612CFC

Text Example


Text Example

White with #612CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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