Html Css Color HEX #612FEA Han Purple

📋 copy color: '#612FEA'

red 97 ◦ green 47 ◦ blue 234

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

Shades of Han Purple #612FEA

Tints of Han Purple #612FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 25.66%
G = 12.43%
B = 61.9%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#612FEA (or 0x612FEA) is known color: Han Purple. HEX triplet: 61, 2F and EA. RGB value is (97,47,234). Sum of RGB (Red+Green+Blue) = 97+47+234=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #612FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612FEA is #9ED015. Grayscale: #525252. Windows color (decimal): -10407958 or 15347553. OLE color: 15347553.

HSL color Cylindrical-coordinate representation of color #612FEA: hue angle of 256.04º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612FEA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 47 234 -
CMYK 0.59 0.80 0 0.08
HSL 256.04º 0.82% 0.55% -
HSV(B) 256.04º 0.8% 0.92% -
XYZ 20.8 10.51 78.78 -
YUV 83.27 213.07 137.79 -
System Red Green Blue C M Y K H S L
Decimal 97 47 234 0.59 0.80 0 0.08 256.04 0.82 0.55
Hex 61 2F EA 3B 50 0 8 100 52 37
Octal 141 57 352 73 120 0 10 400 122 67
Binary 1100001 101111 11101010 111011 1010000 0 1000 100000000 1010010 110111

Color Harmonies of #612FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FEA

Black with #612FEA

Text Example


Text Example

White with #612FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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