Html Css Color HEX #6123BE Purple Heart

📋 copy color: '#6123BE'

red 97 ◦ green 35 ◦ blue 190

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

Shades of Purple Heart #6123BE

Tints of Purple Heart #6123BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 30.12%
G = 10.87%
B = 59.01%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6123BE (or 0x6123BE) is known color: Purple Heart. HEX triplet: 61, 23 and BE. RGB value is (97,35,190). Sum of RGB (Red+Green+Blue) = 97+35+190=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #6123BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123BE is #9EDC41. Grayscale: #464646. Windows color (decimal): -10411074 or 12460897. OLE color: 12460897.

HSL color Cylindrical-coordinate representation of color #6123BE: hue angle of 264º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6123BE is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 35 190 -
CMYK 0.49 0.82 0 0.25
HSL 264º 0.69% 0.44% -
HSV(B) 264º 0.82% 0.75% -
XYZ 14.83 7.46 49.37 -
YUV 71.21 195.04 146.4 -
System Red Green Blue C M Y K H S L
Decimal 97 35 190 0.49 0.82 0 0.25 264 0.69 0.44
Hex 61 23 BE 31 52 0 19 108 45 2C
Octal 141 43 276 61 122 0 31 410 105 54
Binary 1100001 100011 10111110 110001 1010010 0 11001 100001000 1000101 101100

Color Harmonies of #6123BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6123BE

Black with #6123BE

Text Example


Text Example

White with #6123BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6123BE; }

 p { color: rgb(97,35,190); }

 H1.HeaderClassName
 {
   color: #6123BE;
 }
 .AnyTagClassName
 {
   color: #6123BE;
 }
</style>

background-color css

<style>
 a { background-color: #6123BE; }

 a { background-color: rgb(97,35,190); }

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

border-color css

<style>
 span { border-color: #6123BE; }

 span { border-color: rgb(97,35,190); }

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