Html Css Color HEX #612FFD Han Purple

📋 copy color: '#612FFD'

red 97 ◦ green 47 ◦ blue 253

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

Shades of Han Purple #612FFD

Tints of Han Purple #612FFD

RGB

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

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

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

R = 24.43%
G = 11.84%
B = 63.73%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#612FFD (or 0x612FFD) is known color: Han Purple. HEX triplet: 61, 2F and FD. RGB value is (97,47,253). Sum of RGB (Red+Green+Blue) = 97+47+253=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #612FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612FFD is #9ED002. Grayscale: #545454. Windows color (decimal): -10407939 or 16592737. OLE color: 16592737.

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

Color convert

RGB 97 47 253 -
CMYK 0.62 0.81 0 0.01
HSL 254.56º 0.98% 0.59% -
HSV(B) 254.56º 0.81% 0.99% -
XYZ 23.68 11.67 93.93 -
YUV 85.43 222.57 136.25 -
System Red Green Blue C M Y K H S L
Decimal 97 47 253 0.62 0.81 0 0.01 254.56 0.98 0.59
Hex 61 2F FD 3E 51 0 1 FF 62 3B
Octal 141 57 375 76 121 0 1 377 142 73
Binary 1100001 101111 11111101 111110 1010001 0 1 11111111 1100010 111011

Color Harmonies of #612FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FFD

Black with #612FFD

Text Example


Text Example

White with #612FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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