Html Css Color HEX #6134F2 Han Purple

📋 copy color: '#6134F2'

red 97 ◦ green 52 ◦ blue 242

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

Shades of Han Purple #6134F2

Tints of Han Purple #6134F2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.3%

 BLUE value IS 242 (94.92% from 255) = 61.89%

R = 24.81%
G = 13.3%
B = 61.89%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6134F2 (or 0x6134F2) is known color: Han Purple. HEX triplet: 61, 34 and F2. RGB value is (97,52,242). Sum of RGB (Red+Green+Blue) = 97+52+242=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #6134F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6134F2 is #9ECB0D. Grayscale: #565656. Windows color (decimal): -10406670 or 15873121. OLE color: 15873121.

HSL color Cylindrical-coordinate representation of color #6134F2: hue angle of 254.21º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6134F2 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 52 242 -
CMYK 0.60 0.79 0 0.05
HSL 254.21º 0.88% 0.58% -
HSV(B) 254.21º 0.79% 0.95% -
XYZ 22.18 11.41 85.04 -
YUV 87.12 215.41 135.05 -
System Red Green Blue C M Y K H S L
Decimal 97 52 242 0.60 0.79 0 0.05 254.21 0.88 0.58
Hex 61 34 F2 3C 4F 0 5 FE 58 3A
Octal 141 64 362 74 117 0 5 376 130 72
Binary 1100001 110100 11110010 111100 1001111 0 101 11111110 1011000 111010

Color Harmonies of #6134F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6134F2

Black with #6134F2

Text Example


Text Example

White with #6134F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6134F2; }

 p { color: rgb(97,52,242); }

 H1.HeaderClassName
 {
   color: #6134F2;
 }
 .AnyTagClassName
 {
   color: #6134F2;
 }
</style>

background-color css

<style>
 a { background-color: #6134F2; }

 a { background-color: rgb(97,52,242); }

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

border-color css

<style>
 span { border-color: #6134F2; }

 span { border-color: rgb(97,52,242); }

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