Html Css Color HEX #612CFD Han Purple

📋 copy color: '#612CFD'

red 97 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #612CFD

Tints of Han Purple #612CFD

RGB

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

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

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

R = 24.62%
G = 11.17%
B = 64.21%

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

#612CFD (or 0x612CFD) is known color: Han Purple. HEX triplet: 61, 2C and FD. RGB value is (97,44,253). Sum of RGB (Red+Green+Blue) = 97+44+253=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #612CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CFD is #9ED302. Grayscale: #525252. Windows color (decimal): -10408707 or 16591969. OLE color: 16591969.

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

Color convert

RGB 97 44 253 -
CMYK 0.62 0.83 0 0.01
HSL 255.22º 0.98% 0.58% -
HSV(B) 255.22º 0.83% 0.99% -
XYZ 23.56 11.43 93.89 -
YUV 83.67 223.56 137.51 -
System Red Green Blue C M Y K H S L
Decimal 97 44 253 0.62 0.83 0 0.01 255.22 0.98 0.58
Hex 61 2C FD 3E 53 0 1 FF 62 3A
Octal 141 54 375 76 123 0 1 377 142 72
Binary 1100001 101100 11111101 111110 1010011 0 1 11111111 1100010 111010

Color Harmonies of #612CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CFD

Black with #612CFD

Text Example


Text Example

White with #612CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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