Html Css Color HEX #612CFF Han Purple

📋 copy color: '#612CFF'

red 97 ◦ green 44 ◦ blue 255

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

Shades of Han Purple #612CFF

Tints of Han Purple #612CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.39%

R = 24.49%
G = 11.11%
B = 64.39%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#612CFF (or 0x612CFF) is known color: Han Purple. HEX triplet: 61, 2C and FF. RGB value is (97,44,255). Sum of RGB (Red+Green+Blue) = 97+44+255=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #612CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CFF is #9ED300. Grayscale: #535353. Windows color (decimal): -10408705 or 16723041. OLE color: 16723041.

HSL color Cylindrical-coordinate representation of color #612CFF: hue angle of 255.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #612CFF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 44 255 -
CMYK 0.62 0.83 0 0
HSL 255.07º 1% 0.59% -
HSV(B) 255.07º 0.83% 1% -
XYZ 23.88 11.56 95.58 -
YUV 83.9 224.56 137.34 -
System Red Green Blue C M Y K H S L
Decimal 97 44 255 0.62 0.83 0 0 255.07 1 0.59
Hex 61 2C FF 3E 53 0 0 FF 64 3B
Octal 141 54 377 76 123 0 0 377 144 73
Binary 1100001 101100 11111111 111110 1010011 0 0 11111111 1100100 111011

Color Harmonies of #612CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CFF

Black with #612CFF

Text Example


Text Example

White with #612CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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